From: Jim Wilson Date: Fri, 1 Apr 1994 05:50:23 +0000 (-0800) Subject: Delete use of IN_GCC to control stddef.h/gstddef.h include. X-Git-Tag: misc/cutover-egcs-0~6995 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a1b32f573d4f5a97457817a7dc9b30c8a5a8f6;p=thirdparty%2Fgcc.git Delete use of IN_GCC to control stddef.h/gstddef.h include. From-SVN: r6948 --- diff --git a/gcc/objc/hash.h b/gcc/objc/hash.h index 2b9ea249a7e1..0234e2e1dce5 100644 --- a/gcc/objc/hash.h +++ b/gcc/objc/hash.h @@ -27,11 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef __hash_INCLUDE_GNU #define __hash_INCLUDE_GNU -#ifdef IN_GCC -#include "gstddef.h" -#else -#include "stddef.h" -#endif +#include /* * This data structure is used to hold items diff --git a/gcc/objc/objc.h b/gcc/objc/objc.h index 6f0f3aedfd18..a777a9f90b57 100644 --- a/gcc/objc/objc.h +++ b/gcc/objc/objc.h @@ -30,11 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ extern "C" { #endif -#ifdef IN_GCC -#include "gstddef.h" -#else -#include "stddef.h" -#endif +#include /* ** Definition of the boolean type. diff --git a/gcc/objc/sarray.h b/gcc/objc/sarray.h index 05d28cea8b0c..733c40cc8cd4 100644 --- a/gcc/objc/sarray.h +++ b/gcc/objc/sarray.h @@ -39,11 +39,7 @@ extern const char* __objc_sparse2_id; extern const char* __objc_sparse3_id; #endif -#ifdef IN_GCC -#include "gstddef.h" -#else -#include "stddef.h" -#endif +#include extern int nbuckets; /* for stats */ extern int nindices;