comparison Makefile @ 453:efd33accdc81

Break backwards compatibility by renaming BOOL, TRUE and FALSE to lowercase. Introduce optional but default use of stdbool.h.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jan 2018 22:56:03 +0200
parents 0a2f32b8a26e
children 85fa3d333556
comparison
equal deleted inserted replaced
452:4471eadea472 453:efd33accdc81
16 16
17 CFLAGS += -DHAVE_STRING_H 17 CFLAGS += -DHAVE_STRING_H
18 CFLAGS += -DHAVE_STDINT_H 18 CFLAGS += -DHAVE_STDINT_H
19 #CFLAGS += -DHAVE_SYS_TYPES_H 19 #CFLAGS += -DHAVE_SYS_TYPES_H
20 CFLAGS += -DHAVE_INTTYPES_H 20 CFLAGS += -DHAVE_INTTYPES_H
21 CFLAGS += -DHAVE_STDBOOL_H
21 22
22 23
23 ### 24 ###
24 ### Unix targets 25 ### Unix targets
25 ### 26 ###