]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* fixinc.svr4 (__STDC__): Add another case.
authorJeffrey A Law <law@cygnus.com>
Sun, 9 Nov 1997 09:05:40 +0000 (09:05 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 9 Nov 1997 09:05:40 +0000 (02:05 -0700)
From-SVN: r16395

gcc/ChangeLog
gcc/fixinc.svr4

index 554f842e2ea6b2d75149d1d0e58462c77c3adb26..2c5d9322f5718033c7d13a6a755bdd731148c62b 100644 (file)
@@ -1,3 +1,7 @@
+Sun Nov  9 02:07:16 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * fixinc.svr4 (__STDC__): Add another case.
+
 Sun Nov  9 02:00:29 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * a29k.h (ELIGIBLE_FOR_EPILOGUE_DELAY): Avoid loads from varying
index c0418b69d59ae115d20b6600d2a0e2814e623526..46e07ce0ac9fc508f8a929a261a972ed7acfbc4e 100755 (executable)
@@ -203,6 +203,7 @@ while [ $# != 0 ]; do
          s/__STDC__[   ][      ]*!=[   ][      ]*0/defined (__STRICT_ANSI__)/g
          s/__STDC__[   ][      ]*!=[   ][      ]*1/!defined (__STRICT_ANSI__)/g
          s/__STDC__ - 0 == 0/!defined (__STRICT_ANSI__)/g
+         s/__STDC__ - 0 == 1/defined (__STRICT_ANSI__)/g
          /^typedef[    ][      ]*[unsigned     ]*long[         ][      ]*[u_]*longlong_t;/s/long/long long/
        ' $2/$file > $2/$file.sed
        mv $2/$file.sed $2/$file