aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2000-06-02 11:45:57 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2000-06-02 07:45:57 -0400
commitbec7ddd796b113feda02b8d3b731611acc7bb341 (patch)
tree255d376c8bd62b49a0f291a0103c4a41f9b59572 /gcc
parent4636c0a2f4fc2b72426117a1cf6daacaf548a434 (diff)
downloadgcc-bec7ddd796b113feda02b8d3b731611acc7bb341.zip
gcc-bec7ddd796b113feda02b8d3b731611acc7bb341.tar.gz
gcc-bec7ddd796b113feda02b8d3b731611acc7bb341.tar.bz2
inclhack.def (osf_namespace_a): Relax expression to match that used before the conversion to c_fix style.
* fixinc/inclhack.def (osf_namespace_a): Relax expression to match that used before the conversion to c_fix style. From-SVN: r34355
Diffstat (limited to 'gcc')
-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"