diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 1787d0f1c93..28b6206cb27 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -32,12 +32,6 @@ Once it knows which kind of compilation to perform, the procedure for compilation is specified by a string called a "spec". */ #include "config.h" - -#ifdef __STDC__ -#include <stdarg.h> -#else -#include <varargs.h> -#endif #include "system.h" #include <signal.h> #include <sys/stat.h> |