diff options
| author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-06 07:06:51 +0000 |
|---|---|---|
| committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-06 07:06:51 +0000 |
| commit | f2278ddb4e312a32cd78e5c49f7f7ab2bc6babf5 (patch) | |
| tree | 2695c4db00ef3c5ab79bc176bf042567f9bf91f1 | |
| parent | f4ce92aa05c44c1ddd6680ec22cd92311f6e3072 (diff) | |
| download | ppe42-gcc-f2278ddb4e312a32cd78e5c49f7f7ab2bc6babf5.tar.gz ppe42-gcc-f2278ddb4e312a32cd78e5c49f7f7ab2bc6babf5.zip | |
Double the backslash so sed gets a chance to see it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27952 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 7 | ||||
| -rw-r--r-- | gcc/fixinc/inclhack.def | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ca5086d69b0..2adae3282e1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index bf5d302f435..a1fc54950fc 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -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%"; }; |

