Commit da86800a by Richard Stallman

entered into RCS

From-SVN: r1706
parent 252e25c6
...@@ -73,6 +73,11 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */ ...@@ -73,6 +73,11 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */
#ifdef _STDARG_H #ifdef _STDARG_H
/* Define va_list, if desired, from __gnuc_va_list. */ /* Define va_list, if desired, from __gnuc_va_list. */
/* We deliberately do not define va_list when called from
stdio.h, because ANSI C says that stdio.h is not supposed to define
va_list. stdio.h needs to have access to that data type,
but must not use that name. It should use the name __gnuc_va_list,
which is safe because it is reserved for the implementation. */
#ifdef _HIDDEN_VA_LIST /* On OSF1, this means varargs.h is "half-loaded". */ #ifdef _HIDDEN_VA_LIST /* On OSF1, this means varargs.h is "half-loaded". */
#undef _VA_LIST #undef _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