diff options
Diffstat (limited to 'gcc/fixinc/fixinc.wrap')
-rwxr-xr-x | gcc/fixinc/fixinc.wrap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fixinc/fixinc.wrap b/gcc/fixinc/fixinc.wrap index 0c27536..4631896 100755 --- a/gcc/fixinc/fixinc.wrap +++ b/gcc/fixinc/fixinc.wrap @@ -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 |