Date: Sun, 6 Oct 2002 15:01:07 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include stdarg.h src/sys/i386/include stdarg.h src/sys/ia64/include stdarg.h src/sys/powerpc/include stdarg.h src/sys/sparc64/include stdarg.h src/sys/x86_64/include stdarg.h Message-ID: <200210062201.g96M17Bc070739@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/10/06 15:01:07 PDT Modified files: sys/alpha/include stdarg.h sys/i386/include stdarg.h sys/ia64/include stdarg.h sys/powerpc/include stdarg.h sys/sparc64/include stdarg.h sys/x86_64/include stdarg.h Log: o Add conditionals to allow va_list to be defined in other headers. o Standardize on _MACHINE_STDARG_H_ to allow multiple header includes. o Restrict the definition of va_copy() to C99 environments. Revision Changes Path 1.6 +10 -4 src/sys/alpha/include/stdarg.h 1.17 +10 -4 src/sys/i386/include/stdarg.h 1.7 +6 -0 src/sys/ia64/include/stdarg.h 1.7 +11 -3 src/sys/powerpc/include/stdarg.h 1.6 +6 -0 src/sys/sparc64/include/stdarg.h 1.4 +6 -0 src/sys/x86_64/include/stdarg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210062201.g96M17Bc070739>