This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: FreeBSD 4.0
"David O'Brien" <obrien@NUXI.com> writes:
|> > |> #if (defined(__unix__) || defined(unix)) && !defined(USG)
|> > ^^^^ ^^^
|> > |> #include <sys/param.h>
|>
|> /* :-) */
|> #include "config.h"
|> #ifdef HAVE_PARAM_H
|> #include <sys/param.h>
|> #endif
We cannot use an config header in <stdarg.h>. This header must be
absolutely namespace clean. If you don't know what that means please read
the C standard.
Andreas.
--
Andreas Schwab "And now for something
schwab@suse.de completely different."
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg