From: Richard Stallman Date: Fri, 24 Jan 1992 20:05:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~13692 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=593d245960c950e820eae1e5a57bbe55833f3d12;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r239 --- diff --git a/gcc/ginclude/varargs.h b/gcc/ginclude/varargs.h index 6e9089b38fb2..4ea1631ca03b 100644 --- a/gcc/ginclude/varargs.h +++ b/gcc/ginclude/varargs.h @@ -77,6 +77,13 @@ typedef char * __va___list; #endif /* _VA_LIST */ #endif /* !defined (_VA_LIST_) || defined (_ANSI_H) */ +/* In 4.3bsd-net2, it is said we must #undef this. + I hope this successfully identifies that system. + I don't know why this works--rms. */ +#ifdef _ANSI_H +#undef _VA_LIST_ +#endif + #define va_start(AP) AP=(char *) &__builtin_va_alist #define va_end(AP)