This commit is contained in:
Dale Weiler 2012-06-07 10:20:54 -04:00
parent 4e9fc02a95
commit d59819620b

View file

@ -56,8 +56,8 @@
# if __STDC_VERSION__ < 199901L && __GNUC__ < 3
typedef int _Bool
# else
typedef _Bool bool;
# endif
typedef _Bool bool;
# endif
# endif /* !__cplusplus */
/*