Allow white space between `#' and `if' when looking for lines to

patch.

From-SVN: r9823
This commit is contained in:
Richard Kenner 1995-05-25 17:37:38 -04:00
parent 863415d19b
commit d4df2ea57a
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ while [ $# != 0 ]; do
/#define[ ]*[ ]CTRL/ s/'\''\([cgx]\)'\''/\1/g
/#define[ ]*[ ]_CTRL/ s/'\''\([cgx]\)'\''/\1/g
/#define.BSD43_CTRL/ s/'\''\([cgx]\)'\''/\1/g
/#[el]*if/{
/#[ ]*[el]*if/{
s/[a-zA-Z0-9_][a-zA-Z0-9_]*/ & /g
s/ bsd4\([0-9]\) / __bsd4\1__ /g