From: Jim Wilson Date: Fri, 1 Apr 1994 05:25:31 +0000 (-0800) Subject: Change "gstdarg.h" to and "gvarargs.h" to . X-Git-Tag: misc/cutover-egcs-0~7001 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f62a12d07d0f7576e103806cc64de8d7ad7d29d9;p=thirdparty%2Fgcc.git Change "gstdarg.h" to and "gvarargs.h" to . From-SVN: r6942 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index 4aa6de47c429..9ea6fb9bab3f 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -39,9 +39,9 @@ compilation is specified by a string called a "spec". */ #include "config.h" #include "obstack.h" #ifdef __STDC__ -#include "gstdarg.h" +#include #else -#include "gvarargs.h" +#include #endif #include