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
This commit is contained in:
Loren J. Rittle 2000-06-02 11:45:57 +00:00 committed by Richard Kenner
parent 4636c0a2f4
commit bec7ddd796
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"