aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gcc.gnu.org>1992-07-03 00:30:05 +0000
committerRoland McGrath <roland@gcc.gnu.org>1992-07-03 00:30:05 +0000
commita5a9fc56a5c4f43a54cb15e2a16c6ea14f2dbcfe (patch)
tree83a7690ac161701d38e4bb95f1d4e2fdca84f124
parent81723db9bcc6a06cf6c2a520683654866d52e2c4 (diff)
downloadgcc-a5a9fc56a5c4f43a54cb15e2a16c6ea14f2dbcfe.zip
gcc-a5a9fc56a5c4f43a54cb15e2a16c6ea14f2dbcfe.tar.gz
gcc-a5a9fc56a5c4f43a54cb15e2a16c6ea14f2dbcfe.tar.bz2
*** empty log message ***
From-SVN: r1396
-rw-r--r--gcc/ginclude/stdarg.h2
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. */