diff options
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 82a42c8..d87cd8e 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -874,10 +874,6 @@ void add_framework_path (char *); #define TARGET_POSIX_IO -/* All new versions of Darwin have C99 functions. */ - -#define TARGET_C99_FUNCTIONS 1 - #define WINT_TYPE "int" /* Every program on darwin links against libSystem which contains the pthread |