diff options
author | Bruce Korb <korbb@gcc.gnu.org> | 2003-05-07 01:29:58 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2003-05-07 01:29:58 +0000 |
commit | 057c56df522a9143cd957f141f6c887445da767b (patch) | |
tree | a940bc3ea476f61866f2cc80b7b57db4985d7e4f /gcc/fixinc/inclhack.def | |
parent | b5f3edcfe11cc4c6832ea71fe035998e475ee801 (diff) | |
download | gcc-057c56df522a9143cd957f141f6c887445da767b.zip gcc-057c56df522a9143cd957f141f6c887445da767b.tar.gz gcc-057c56df522a9143cd957f141f6c887445da767b.tar.bz2 |
Correct spurious whitespace differences
From-SVN: r66549
Diffstat (limited to 'gcc/fixinc/inclhack.def')
-rw-r--r-- | gcc/fixinc/inclhack.def | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index 39b33cb..3aa46c4 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -208,13 +208,13 @@ fix = { replace = "/* This file was generated by fixincludes. */\n" "#ifndef _SYS_VARARGS_H\n" "#define _SYS_VARARGS_H\n\n" - + "#ifdef __STDC__\n" "#include <stdarg.h>\n" "#else\n" "#include <varargs.h>\n" "#endif\n\n" - + "#endif /* _SYS_VARARGS_H */\n"; }; #endif @@ -379,6 +379,7 @@ fix = { _EndOfHeader_; }; + /* * Cancel out ansi_compat.h on Ultrix. Replace it with an empty file. */ @@ -2016,6 +2017,7 @@ fix = { test_text = 'extern int rename(const char *old, const char *new);'; }; + /* * On OpenServer and on UnixWare 7, <math.h> uses the native compiler * __builtin_generic. We fix that usage to use the GCC equivalent. @@ -2057,6 +2059,7 @@ fix = { }; + /* * On SCO OpenServer prior to 5.0.7UP1, <sys/regset.h> and <ieeefp.h> * have a clash on struct _fpstate and struct fpstate. @@ -2084,6 +2087,7 @@ fix = { "};\n"; }; + /* * The static functions lstat() and fchmod() in <sys/stat.h> * cause G++ grief since they're not wrapped in "if __cplusplus". @@ -2595,6 +2599,7 @@ fix = { test_text = "#define strlen __std_hdr_strlen\n"; }; + /* * Conditionalize some of <sys/endian.h> on __GNUC__ and __GNUG__. * On some systems (UnixWare 2, UnixWare 7), the file is byteorder.h |