pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-07-15
1999-07-15 18:56:53 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ada73b929b7c784026794e03ab80cf2d6e105330 (
10
lines) (+
7
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed check for <stddef.h>.
Now defines _PROTOTYPES.
Rev: src/global.h:1.37
5:
\*/ /*
-
* $Id: global.h,v 1.
36
1999/07/15
16
:
54
:
36
hubbe
Exp $
+
* $Id: global.h,v 1.
37
1999/07/15
18
:
56
:
53
grubba
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H
35:
#ifndef __STDC_EXT__ # define __STDC_EXT__ #endif /* !__STDC_EXT__ */
+
#ifndef _PROTOTYPES
+
# define _PROTOTYPES
+
#endif /* !_PROTOTYPES */
/* * Some structure forward declarations are needed.
113:
#undef HAVE_STDLIB_H #endif
-
#ifdef HAVE_
STDLIB
_H
+
#ifdef HAVE_
STDDEF
_H
#include <stddef.h>
-
#undef HAVE_
STDLIB
_H
+
#undef HAVE_
STDDEF
_H
#endif #ifdef HAVE_MALLOC_H