pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2003-11-14
2003-11-14 00:36:22 by Martin Stjernholm <mast@lysator.liu.se>
3f55589c9a287edb590916eca9a4d845201fef12 (
8
lines) (+
2
/-
6
)
[
Show
|
Annotate
]
Branch:
7.9
svalue.h is included - no need to check if struct svalue exists.
Rev: src/program.h:1.190
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: program.h,v 1.
189
2003/11/14 00:
35
:
11
mast Exp $
+
|| $Id: program.h,v 1.
190
2003/11/14 00:
36
:
22
mast Exp $
*/ #ifndef PROGRAM_H
78:
extern struct pike_string *lfun_strings[];
-
#ifndef STRUCT_SVALUE_DECLARED
-
#define STRUCT_SVALUE_DECLARED
-
struct svalue;
-
#endif
-
+
#ifndef STRUCT_NODE_S_DECLARED #define STRUCT_NODE_S_DECLARED struct node_s;