Use gstddef.h, with doublequotes.
authorRichard Stallman <rms@gnu.org>
Thu, 6 May 1993 23:10:46 +0000 (23:10 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 6 May 1993 23:10:46 +0000 (23:10 +0000)
From-SVN: r4374

gcc/objc/hash.h
gcc/objc/objc.h
gcc/objc/runtime.h
gcc/objc/sarray.h

index 824dcd849266c663f2cf8244f44cb719f9b5993a..ae42e85158e7f8261dbf5cd22a87ab8bc93e12fa 100644 (file)
@@ -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
index e245a02cbc0f9e1f39471227b06da49234f08bd3..fef1025c95cd2f474e1c29fcb89be6b36b5df762 100644 (file)
@@ -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.  
index 493111796c2afa2edc520f69f21a0033eeb3ef44..d46cf37d3a8fea1d10c6791fd7c61e1a9a746299 100644 (file)
@@ -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 */
index 4833203a6fd820353d851ad9f2d61420a7779ed4..9e2c27be71b1add890859e236a80a2655deecf5c 100644 (file)
@@ -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;