diff options
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 0e78de0..ca786a4 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -8,7 +8,7 @@ #define __GCC_SYSTEM_H__ /* We must include stdarg.h/varargs.h before stdio.h. */ -#ifdef __STDC__ +#ifdef ANSI_PROTOTYPES #include <stdarg.h> #else #include <varargs.h> |