Commit 863415d1 by Richard Kenner

Add `sel', `tahoe', `r3000', `r4000' to the list of pre-ANSI symbols

that need to be surrounded with __ __.

From-SVN: r9822
parent 2d2af516
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment