* fixinc.svr4 (__STDC__): Add another case.
authorJeffrey A Law <law@cygnus.com>
Sun, 9 Nov 1997 09:06:14 +0000 (09:06 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 9 Nov 1997 09:06:14 +0000 (02:06 -0700)
From-SVN: r16396

gcc/ChangeLog
gcc/fixinc.svr4

index 2541b830dc2b9523a662c5d132b5b29f89c43b6e..7c7f88ea6d5ce243c132e0d38cfde9898fd9d556 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