aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBruce Korb <ddsinc09@ix.netcom.com>1999-07-06 07:06:51 +0000
committerBruce Korb <korbb@gcc.gnu.org>1999-07-06 07:06:51 +0000
commitef9375a9ea8fd6442145558a0e8c5f2c268cf0ad (patch)
tree2695c4db00ef3c5ab79bc176bf042567f9bf91f1 /gcc
parent9ec33976700427bfa4e1bfcbac5a05d2035b96c6 (diff)
downloadgcc-ef9375a9ea8fd6442145558a0e8c5f2c268cf0ad.zip
gcc-ef9375a9ea8fd6442145558a0e8c5f2c268cf0ad.tar.gz
gcc-ef9375a9ea8fd6442145558a0e8c5f2c268cf0ad.tar.bz2
Double the backslash so sed gets a chance to see it.
From-SVN: r27952
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/fixinc/inclhack.def2
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ca5086d..2adae32 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 bf5d302..a1fc549 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%";
};