splint: use typedef instead of macro

This commit is contained in:
Dale Weiler 2012-06-07 10:19:00 -04:00
parent dc74573fae
commit 4e9fc02a95

View file

@ -53,10 +53,11 @@
# endif /* !true */
# define false (0)
# define true (1)
# define bool _Bool
# if __STDC_VERSION__ < 199901L && __GNUC__ < 3
typedef int _Bool
# endif
# else
typedef _Bool bool;
# endif
# endif /* !__cplusplus */
/*