init.sh: work around trap limitation of some shells
[pspp] / tests / test-stdint.c
index 9cec2e2f808b4af5ab7d1a07b9899972336a3f38..d64057a2568c6dbf4d5da64f660f3df2a4e774ef 100644 (file)
@@ -22,6 +22,7 @@
 #define DO_PEDANTIC 0
 
 #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
+#define __STDC_CONSTANT_MACROS 1 /* likewise */
 #include <stdint.h>
 
 #include "verify.h"