This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
3.3 branch: varargs documentation is bogus
- From: Marc Espie <espie at nerim dot net>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 4 Jan 2004 19:12:34 +0100
- Subject: 3.3 branch: varargs documentation is bogus
- Reply-to: espie at nerim dot net
tm.texi says:
>GCC comes with an implementation of @code{<varargs.h>} and
>@code{<stdarg.h>} that work without change on machines that pass arguments
>on the stack. Other machines require their own implementations of
>varargs, and the two machine independent header files must have
>conditionals to include it.
When did the implementation change ?