pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
1998-08-07
1998-08-07 16:12:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ee835603e86ac2062025bae34228ac392b87ecb9 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added forward-decl of struct timeval here to avoid warnings on HPUX.
Rev: src/global.h:1.24
5:
\*/ /*
-
* $Id: global.h,v 1.
23
1998/
06
/
12
19:
16:
40
noring
Exp $
+
* $Id: global.h,v 1.
24
1998/
08
/
07
16:
12:39
grubba
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H
45:
struct array; struct svalue;
+
#ifndef STRUCT_TIMEVAL_DECLARED
+
#define STRUCT_TIMEVAL_DECLARED
+
struct timeval;
+
#endif
+
#include "machine.h" /*