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:
parent
4636c0a2f4
commit
bec7ddd796
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user