Add `sel', `tahoe', `r3000', `r4000' to the list of pre-ANSI symbols
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 25 May 1995 21:35:55 +0000 (17:35 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 25 May 1995 21:35:55 +0000 (17:35 -0400)
that need to be surrounded with __ __.

From-SVN: r9822

gcc/fixincludes

index d4a08c3..472e868 100755 (executable)
@@ -305,16 +305,18 @@ while [ $# != 0 ]; do
                s/ ns32000 / __ns32000__ /g
                s/ pdp11 / __pdp11__ /g
                s/ pyr / __pyr__ /g
+               s/ sel / __sel__ /g
                s/ sony_news / __sony_news__ /g
                s/ sparc / __sparc__ /g
                s/ sun\([a-z0-9]*\) / __sun\1__ /g
+               s/ tahoe / __tahoe__ /g
                s/ tower\([_0-9]*\) / __tower\1__ /g
                s/ u370 / __u370__ /g
                s/ u3b\([0-9]*\) / __u3b\1__ /g
                s/ unix / __unix__ /g
                s/ vax / __vax__ /g
                s/ _*MIPSE\([LB]\) / __MIPSE\1__ /g
-               s/ _*R\([34]\)000 / __R\1000__ /g
+               s/ _*\([Rr][34]\)000 / __\1000__ /g
                s/ _*SYSTYPE_\([A-Z0-9]*\) / __SYSTYPE_\1__ /g
 
                s/ \([a-zA-Z0-9_][a-zA-Z0-9_]*\) /\1/g