MinGW(-w64)/gcc on Windows includes <stdbool.h>
authorSteve Hay <steve.m.hay@googlemail.com>
Tue, 13 Aug 2013 21:13:17 +0000 (22:13 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Tue, 13 Aug 2013 21:54:05 +0000 (22:54 +0100)
None of VC++ 6.0 through 11.0 do, however, so no change in the *.vc files.

win32/config.gc
win32/config_H.gc

index 418763b..dac300e 100644 (file)
@@ -673,7 +673,7 @@ i_sgtty='undef'
 i_shadow='undef'
 i_socks='undef'
 i_stdarg='define'
-i_stdbool='undef'
+i_stdbool='define'
 i_stddef='define'
 i_stdlib='define'
 i_string='define'
index 8b727a5..0d13bb6 100644 (file)
  *     This symbol, if defined, indicates that <stdbool.h> exists and
  *     can be included.
  */
-/*#define      I_STDBOOL               / **/
+#define        I_STDBOOL               /**/
 
 /* I_SUNMATH:
  *     This symbol, if defined, indicates that <sunmath.h> exists and