]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/fixinc/fixinc.wrap
cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++.
[gcc.git] / gcc / fixinc / fixinc.wrap
index 0c27536ce186475b7d282d4c1f83b945f647a372..46318967c70a319a1437fdd3fe657b16147bd300 100755 (executable)
@@ -57,7 +57,7 @@ if [ -r $INPUT/$file ]; then
 #ifdef __cplusplus
 # define exception __math_exception
 #endif
-#include_next <math.h>
+ #include_next <math.h>
 #ifdef __cplusplus
 # undef exception
 #endif
@@ -86,7 +86,7 @@ if [ -r $INPUT/$file ]; then
 #ifdef __cplusplus
 # define queue __stream_queue
 #endif
-#include_next <sys/stream.h>
+ #include_next <sys/stream.h>
 #ifdef __cplusplus
 # undef queue
 #endif
@@ -116,7 +116,7 @@ if [ -r $INPUT/$file ]; then
 #ifdef __cplusplus
 # define bool __curses_bool_t
 #endif
-#include_next <curses.h>
+ #include_next <curses.h>
 #ifdef __cplusplus
 # undef bool
 #endif
This page took 0.029136 seconds and 5 git commands to generate.