Commit a5252c84 by John David Anglin Committed by John David Anglin

inclhack.def (stdio_va_list): Also fix com_err.h...

	* fixinc/inclhack.def (stdio_va_list): Also fix com_err.h, cps.h,
	curses.h, krb5.h, lc_core.h, pfmt.h, wchar.h and curses_colr/curses.h.
	* fixinc/fixincl.x: Rebuilt.

From-SVN: r86009
parent 96a30b18
2004-08-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* fixinc/inclhack.def (stdio_va_list): Also fix com_err.h, cps.h,
curses.h, krb5.h, lc_core.h, pfmt.h, wchar.h and curses_colr/curses.h.
* fixinc/fixincl.x: Rebuilt.
2004-08-14 Richard Sandiford <rsandifo@redhat.com> 2004-08-14 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips-protos.h (mips_symbolic_constant_p) * config/mips/mips-protos.h (mips_symbolic_constant_p)
......
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
* *
* DO NOT EDIT THIS FILE (fixincl.x) * DO NOT EDIT THIS FILE (fixincl.x)
* *
* It has been AutoGen-ed Thursday August 12, 2004 at 05:42:28 PM MDT * It has been AutoGen-ed Saturday August 14, 2004 at 05:48:43 PM EDT
* From the definitions inclhack.def * From the definitions inclhack.def
* and the template file fixincl * and the template file fixincl
*/ */
/* DO NOT CVS-MERGE THIS FILE, EITHER Thu Aug 12 17:42:28 MDT 2004 /* DO NOT CVS-MERGE THIS FILE, EITHER Sat Aug 14 17:48:43 EDT 2004
* *
* You must regenerate it. Use the ./genfixes script. * You must regenerate it. Use the ./genfixes script.
* *
...@@ -4795,7 +4795,7 @@ tSCC zStdio_Va_ListName[] = ...@@ -4795,7 +4795,7 @@ tSCC zStdio_Va_ListName[] =
* File name selection pattern * File name selection pattern
*/ */
tSCC zStdio_Va_ListList[] = tSCC zStdio_Va_ListList[] =
"|stdio.h|internal/stdio_core.h|internal/wchar_core.h|"; "|stdio.h|internal/stdio_core.h|internal/wchar_core.h|com_err.h|cps.h|curses.h|krb5.h|lc_core.h|pfmt.h|wchar.h|curses_colr/curses.h|";
/* /*
* Machine/OS name selection pattern * Machine/OS name selection pattern
*/ */
......
...@@ -2653,6 +2653,14 @@ fix = { ...@@ -2653,6 +2653,14 @@ fix = {
files = stdio.h; files = stdio.h;
files = internal/stdio_core.h; files = internal/stdio_core.h;
files = internal/wchar_core.h; files = internal/wchar_core.h;
files = com_err.h;
files = cps.h;
files = curses.h;
files = krb5.h;
files = lc_core.h;
files = pfmt.h;
files = wchar.h;
files = curses_colr/curses.h;
bypass = '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list'; bypass = '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list';
/* /*
......
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