
20 Nov
2013
20 Nov
'13
5:29 a.m.
Hello Mans
+/*
- Undef true and false here to avoid macro expansion by <stdbool.h>
- */
+#undef true +#undef false
This won't work if stdbool.h defines true/false as an enum. Some versions of gcc did this. The correct fix is to change the code so it
Thanks for your comments. This patch does not work, so I'd like to retract it.
Best Regards Masahiro Yamada