diff 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
line wrap: on
line diff
--- a/Makefile	Wed Oct 25 22:32:07 2017 +0300
+++ b/Makefile	Tue Jan 02 22:56:03 2018 +0200
@@ -18,6 +18,7 @@
 CFLAGS += -DHAVE_STDINT_H
 #CFLAGS += -DHAVE_SYS_TYPES_H
 CFLAGS += -DHAVE_INTTYPES_H
+CFLAGS += -DHAVE_STDBOOL_H
 
 
 ###