Commit ef9375a9 by Bruce Korb Committed by Bruce Korb

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

From-SVN: r27952
parent 9ec33976
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
......
......@@ -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%";
};
......
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