Use gstddef.h, with doublequotes.

From-SVN: r4374
This commit is contained in:
Richard Stallman 1993-05-06 23:10:46 +00:00
parent f55b1d9739
commit 7518f9cc23
4 changed files with 4 additions and 4 deletions

View 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

View 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.

View 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 */

View 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;