From a5a9fc56a5c4f43a54cb15e2a16c6ea14f2dbcfe Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 3 Jul 1992 00:30:05 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1396 --- gcc/ginclude/stdarg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index 4019456e068..e0009d92b7f 100644 --- a/gcc/ginclude/stdarg.h +++ b/gcc/ginclude/stdarg.h @@ -45,7 +45,7 @@ typedef void *__gnuc_va_list; /* Define the standard macros for the user, if this invocation was from the user program. */ -#ifdef __STDARG_H +#ifdef _STDARG_H /* Amount of space required in an argument list for an arg of type TYPE. TYPE may alternatively be an expression whose type is used. */