(Fixing CTRL): Reject CTRL or _CTRL following digit.

From-SVN: r4519
This commit is contained in:
Richard Stallman 1993-05-20 19:06:46 +00:00
parent 5b59d75766
commit d7c768e7bd
1 changed files with 2 additions and 2 deletions

View File

@ -277,8 +277,8 @@ while [ $# != 0 ]; do
/[ ]BSD43__IO[A-Z]*[ ]*(/ s/(\(.\),/('\''\1'\'',/
/#define._IO/ s/'\''\([cgx]\)'\''/\1/g
/#define.BSD43__IO/ s/'\''\([cgx]\)'\''/\1/g
/[^A-Z_]CTRL[ ]*(/ s/\([^'\'']\))/'\''\1'\'')/
/[^A-Z]_CTRL[ ]*(/ s/\([^'\'']\))/'\''\1'\'')/
/[^A-Z0-9_]CTRL[ ]*(/ s/\([^'\'']\))/'\''\1'\'')/
/[^A-Z0-9]_CTRL[ ]*(/ s/\([^'\'']\))/'\''\1'\'')/
/#define.CTRL/ s/'\''\([cgx]\)'\''/\1/g
/#define._CTRL/ s/'\''\([cgx]\)'\''/\1/g
/#define.BSD43_CTRL/ s/'\''\([cgx]\)'\''/\1/g