diff options
Diffstat (limited to 'gcc/config/rs6000/xm-beos.h')
-rw-r--r-- | gcc/config/rs6000/xm-beos.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/rs6000/xm-beos.h b/gcc/config/rs6000/xm-beos.h index 3660a696ed1..cadbbe37885 100644 --- a/gcc/config/rs6000/xm-beos.h +++ b/gcc/config/rs6000/xm-beos.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for BeOS host. - Copyright (C) 1997, 1999 Free Software Foundation, Inc. + Copyright (C) 1997, 1999, 2001 Free Software Foundation, Inc. Contributed by Fred Fish (fnf@cygnus.com), based on xm-rs6000.h by Richard Kenner (kenner@vlsi1.ultra.nyu.edu). @@ -74,8 +74,6 @@ extern void *alloca (); #define HAVE_RENAME #endif -#define STDC_HEADERS 1 - /* STANDARD_INCLUDE_DIR is the equivalent of "/usr/include" on UNIX. */ #define STANDARD_INCLUDE_DIR "/boot/develop/headers/posix" |