Commit bec7ddd7 by Loren J. Rittle Committed by Richard Kenner

inclhack.def (osf_namespace_a): Relax expression to match that used before the…

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
parent 4636c0a2
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment