pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-16
2000-08-16 17:46:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7e24a65419a2cac7f520efe99270aee4016fda1d (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a few warnings.
Rev: src/global.h:1.50
5:
\*/ /*
-
* $Id: global.h,v 1.
49
2000/08/
11
14
:
58
:
25
grubba Exp $
+
* $Id: global.h,v 1.
50
2000/08/
16
17
:
46
:
22
grubba Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H
140:
#endif #ifdef HAVE_MALLOC_H
+
#ifndef __FreeBSD__
+
/* FreeBSD has <malloc.h>, but it just contains a warning... */
#include <malloc.h>
-
+
#endif /* !__FreeBSD__ */
#undef HAVE_MALLOC_H #endif