Browse Source

refinement for __STDC__

David Rose 23 years ago
parent
commit
dfb9d0e56d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/pptempl/Global.pp

+ 1 - 1
dtool/pptempl/Global.pp

@@ -525,7 +525,7 @@ Warning: Variable $[upcase $[tree]]_INSTALL is not set!
 #defer interrogate_spath $[install_parser_inc_dir:%=-S%] -S/usr/include
 #defer interrogate_spath $[install_parser_inc_dir:%=-S%] -S/usr/include
 
 
 #defer interrogate_options \
 #defer interrogate_options \
-    -DCPPPARSER -D__STDC__ -D__cplusplus $[SYSTEM_IGATE_FLAGS] \
+    -DCPPPARSER -D__STDC__=1 -D__cplusplus $[SYSTEM_IGATE_FLAGS] \
     $[interrogate_spath] $[interrogate_ipath] \
     $[interrogate_spath] $[interrogate_ipath] \
     $[CDEFINES_OPT$[OPTIMIZE]:%=-D%] \
     $[CDEFINES_OPT$[OPTIMIZE]:%=-D%] \
     $[filter -D%,$[C++FLAGS]] \
     $[filter -D%,$[C++FLAGS]] \