aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/fixinc/inclhack.def2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 351aca5..dcb4cac 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -15,6 +15,11 @@ Fri Jun 2 00:22:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
* sh.md (untyped_call): Remove excess parameters
+2000-06-01 Loren J. Rittle <ljrittle@acm.org>
+
+ * fixinc/inclhack.def (osf_namespace_a): Relax expression to
+ match that used before the conversion to c_fix style.
+
2000-06-01 Stan Cox <scox@cygnus.com>
* varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def
index 6fea1f7..85e1d47 100644
--- a/gcc/fixinc/inclhack.def
+++ b/gcc/fixinc/inclhack.def
@@ -1610,7 +1610,7 @@ fix = {
c_fix = format;
c_fix_arg = "__%0";
- c_fix_arg = "reg(ex|off|match)_t[^;]";
+ c_fix_arg = "reg(ex|off|match)_t";
test_text = "`touch sys/lc_core.h`"
"typedef struct {\n int stuff, mo_suff;\n} regex_t;\n"