projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d333226
)
(__STDC__): Add one more case.
author
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 31 Jan 1996 12:43:12 +0000
(07:43 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 31 Jan 1996 12:43:12 +0000
(07:43 -0500)
From-SVN: r11130
gcc/fixinc.svr4
patch
|
blob
|
history
diff --git
a/gcc/fixinc.svr4
b/gcc/fixinc.svr4
index 582c6fbd2f35d0e88fc40b1c80e6e54e1186ceb3..cb1517d81e9079206fdc3ccf690dd0f9c15d2f92 100755
(executable)
--- 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