pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h:1:
/* || 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 #define PROGRAM_H #include <stdarg.h> #include "global.h" #include "pike_macros.h" #include "pike_error.h" #include "svalue.h"
pike.git/src/program.h:71:
/* NOTE: After this point there are only fake lfuns. * ie use low_find_lfun(), and NOT FIND_LFUN()! */ #define LFUN__SEARCH 44 extern char *lfun_names[]; 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; typedef struct node_s node; #endif #ifndef STRUCT_OBJECT_DECLARED #define STRUCT_OBJECT_DECLARED struct object; #endif