diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-06 23:10:46 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-06 23:10:46 +0000 |
commit | 7518f9cc23c0bddf2e781771ca0cf0dc45bb1115 (patch) | |
tree | 959532c40346bb38dede00745a8c4c69bb55e3b8 /gcc/objc | |
parent | f55b1d9739d7adf97c3ecd695e4529888be138ef (diff) | |
download | gcc-7518f9cc23c0bddf2e781771ca0cf0dc45bb1115.zip gcc-7518f9cc23c0bddf2e781771ca0cf0dc45bb1115.tar.gz gcc-7518f9cc23c0bddf2e781771ca0cf0dc45bb1115.tar.bz2 |
Use gstddef.h, with doublequotes.
From-SVN: r4374
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/hash.h | 2 | ||||
-rw-r--r-- | gcc/objc/objc.h | 2 | ||||
-rw-r--r-- | gcc/objc/runtime.h | 2 | ||||
-rw-r--r-- | 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 824dcd8..ae42e85 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 <stddef.h> +#include "gstddef.h" /* * This data structure is used to hold items diff --git a/gcc/objc/objc.h b/gcc/objc/objc.h index e245a02..fef1025 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 <stddef.h> +#include "gstddef.h" /* ** Definition of the boolean type. diff --git a/gcc/objc/runtime.h b/gcc/objc/runtime.h index 4931117..d46cf37 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 <ctype.h> #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 4833203..9e2c27b 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 <stddef.h> +#include "gstddef.h" extern int nbuckets; /* for stats */ extern int nindices; |