Double the backslash so sed gets a chance to see it.

From-SVN: r27952
This commit is contained in:
Bruce Korb 1999-07-06 07:06:51 +00:00 committed by Bruce Korb
parent 9ec3397670
commit ef9375a9ea
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
1999-07-06 Bruce Korb <ddsinc09@ix.netcom.com>
* fixinc/inclhack.def(end_else_label): Double the backslash so
sed gets a chance to see it.
* fixinc/inclhack.sh: regen
* fixinc/fixincl.x: regen
Fri Jul 2 18:49:51 1999 Nick Clifton <nickc@cygnus.com>
Add framework to support armv5 architecture when it becomes

View File

@ -521,7 +521,7 @@ fix = {
"s%^\\([ \t]*#[ \t]*else\\)[ \t][ \t]*/[^*].*%\\1%\n"
"s%^\\([ \t]*#[ \t]*else\\)[ \t][ \t]*[^/ \t].*%\\1%\n"
"s%^\\([ \t]*#[ \t]*endif\\)[ \t][ \t]*/[^*].*%\\1%\n"
"s%^\\([ \t]*#[ \t]*endif\\)[ \t][ \t]*\*[^/].*%\\1%\n"
"s%^\\([ \t]*#[ \t]*endif\\)[ \t][ \t]*\\*[^/].*%\\1%\n"
"s%^\\([ \t]*#[ \t]*endif\\)[ \t][ \t]*[^/* \t].*%\\1%";
};