aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-01-31 07:43:12 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-01-31 07:43:12 -0500
commit9f8aaea1bce127e3f1888ce835247f0473b456ca (patch)
tree516ca06d0614289603eb69d282b8fa0a36c2e34d
parentd33322698a52c37144de3ef1eb293bc3b6d0c81b (diff)
downloadgcc-9f8aaea1bce127e3f1888ce835247f0473b456ca.zip
gcc-9f8aaea1bce127e3f1888ce835247f0473b456ca.tar.gz
gcc-9f8aaea1bce127e3f1888ce835247f0473b456ca.tar.bz2
(__STDC__): Add one more case.
From-SVN: r11130
-rwxr-xr-xgcc/fixinc.svr41
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fixinc.svr4 b/gcc/fixinc.svr4
index 582c6fb..cb1517d 100755
--- a/gcc/fixinc.svr4
+++ b/gcc/fixinc.svr4
@@ -188,6 +188,7 @@ while [ $# != 0 ]; do
s/__STDC__[ ][ ]*==[ ][ ]*0/!defined (__STRICT_ANSI__)/g
s/__STDC__[ ][ ]*==[ ][ ]*1/defined (__STRICT_ANSI__)/g
s/__STDC__[ ][ ]*!=[ ][ ]*0/defined (__STRICT_ANSI__)/g
+ s/__STDC__[ ][ ]*!=[ ][ ]*1/!defined (__STRICT_ANSI__)/g
s/__STDC__ - 0 == 0/!defined (__STRICT_ANSI__)/g
/^typedef[ ][ ]*[unsigned ]*long[ ][ ]*[u_]*longlong_t;/s/long/long long/
' $2/$file > $2/$file.sed