File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
#ifdef __OpenBSD__
18
18
#include "sys/types.h"
19
19
#else
20
- #include "types .h"
20
+ #include "stdint .h"
21
21
#endif
22
22
23
23
extern char * argv0 ;
Original file line number Diff line number Diff line change 7
7
#ifdef __OpenBSD__
8
8
#include "sys/types.h"
9
9
#else
10
- #include "types .h"
10
+ #include "stdint .h"
11
11
#endif
12
12
13
13
#define RED 0xdd1111
Original file line number Diff line number Diff line change 11
11
#ifdef __OpenBSD__
12
12
#include "sys/types.h"
13
13
#else
14
- #include "types .h"
14
+ #include "stdint .h"
15
15
#endif
16
16
17
17
// arguments
Original file line number Diff line number Diff line change 4
4
#ifdef __OpenBSD__
5
5
#include "sys/types.h"
6
6
#else
7
- #include "types .h"
7
+ #include "stdint .h"
8
8
#endif
9
9
10
10
typedef struct buffer
Original file line number Diff line number Diff line change 9
9
#ifdef __OpenBSD__
10
10
#include "sys/types.h"
11
11
#else
12
- #include "types .h"
12
+ #include "stdint .h"
13
13
#endif
14
14
15
- #define VERSION "0.2.0"
15
+ #define VERSION "0.2.0"
16
16
17
17
// argument parsing (args.h)
18
18
char * argv0 ;
Original file line number Diff line number Diff line change 6
6
7
7
NAME = fire
8
8
WARNING = -Wall -Wextra -pedantic -Wmissing-prototypes \
9
- -Wold-style-definition -Werror
9
+ -Wold-style-definition
10
10
11
11
INC = -Isub/termbox_next/src
12
12
Original file line number Diff line number Diff line change 2
2
#define OUTP_H
3
3
#include <stdio.h>
4
4
5
- #define PRINT (...) fprintf(stderr, __VA_ARGS__);
5
+ #define EPRINT (...) fprintf(stderr, __VA_ARGS__);
6
6
7
7
#endif
You can’t perform that action at this time.
0 commit comments