diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1992-07-03 00:30:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1992-07-03 00:30:05 +0000 |
commit | a5a9fc56a5c4f43a54cb15e2a16c6ea14f2dbcfe (patch) | |
tree | 83a7690ac161701d38e4bb95f1d4e2fdca84f124 | |
parent | 81723db9bcc6a06cf6c2a520683654866d52e2c4 (diff) | |
download | gcc-a5a9fc56a5c4f43a54cb15e2a16c6ea14f2dbcfe.zip gcc-a5a9fc56a5c4f43a54cb15e2a16c6ea14f2dbcfe.tar.gz gcc-a5a9fc56a5c4f43a54cb15e2a16c6ea14f2dbcfe.tar.bz2 |
*** empty log message ***
From-SVN: r1396
-rw-r--r-- | gcc/ginclude/stdarg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index 4019456..e0009d9 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. */ |