From 7518f9cc23c0bddf2e781771ca0cf0dc45bb1115 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 6 May 1993 23:10:46 +0000 Subject: [PATCH] Use gstddef.h, with doublequotes. From-SVN: r4374 --- gcc/objc/hash.h | 2 +- gcc/objc/objc.h | 2 +- gcc/objc/runtime.h | 2 +- gcc/objc/sarray.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/objc/hash.h b/gcc/objc/hash.h index 824dcd84926..ae42e85158e 100644 --- a/gcc/objc/hash.h +++ b/gcc/objc/hash.h @@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef __hash_INCLUDE_GNU #define __hash_INCLUDE_GNU -#include +#include "gstddef.h" /* * This data structure is used to hold items diff --git a/gcc/objc/objc.h b/gcc/objc/objc.h index e245a02cbc0..fef1025c95c 100644 --- a/gcc/objc/objc.h +++ b/gcc/objc/objc.h @@ -30,7 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ extern "C" { #endif -#include +#include "gstddef.h" /* ** Definition of the boolean type. diff --git a/gcc/objc/runtime.h b/gcc/objc/runtime.h index 493111796c2..d46cf37d3a8 100644 --- a/gcc/objc/runtime.h +++ b/gcc/objc/runtime.h @@ -31,7 +31,7 @@ You should have received a copy of the GNU General Public License along with #include #include "stdarg.h" /* for varargs and va_list's */ -#include "stddef.h" /* so noone else will get system versions */ +#include "gstddef.h" /* so noone else will get system versions */ #include "assert.h" #include "objc/objc.h" /* core data types */ diff --git a/gcc/objc/sarray.h b/gcc/objc/sarray.h index 4833203a6fd..9e2c27be71b 100644 --- a/gcc/objc/sarray.h +++ b/gcc/objc/sarray.h @@ -39,7 +39,7 @@ extern const char* __objc_sparse2_id; extern const char* __objc_sparse3_id; #endif -#include +#include "gstddef.h" extern int nbuckets; /* for stats */ extern int nindices; -- 2.30.2