diff options
Diffstat (limited to 'gcc/config/nextstep.h')
-rw-r--r-- | gcc/config/nextstep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h index 8089633a7c1..850f0e64137 100644 --- a/gcc/config/nextstep.h +++ b/gcc/config/nextstep.h @@ -129,8 +129,7 @@ Boston, MA 02111-1307, USA. */ /* Machine dependent ccp options. */ #undef CPP_SPEC -#define CPP_SPEC "%{!traditional: -D__STDC__} \ - %{posixstrict:-D_POSIX_SOURCE} \ +#define CPP_SPEC "%{posixstrict:-D_POSIX_SOURCE} \ %{!posixstrict:%{bsd:-D__STRICT_BSD__} \ %{posix:-D_POSIX_SOURCE} \ %{!ansi:-D_NEXT_SOURCE}} \ |