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.
225
2006/07/
05
20
:
47
:
53
mast
Exp $
+
|| $Id: program.h,v 1.
226
2006/07/
09
15
:
02
:
32
marcus
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:114:
#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
+
#undef EXTERN
+
#undef STRUCT
+
#undef PUSH
+
#undef POP
+
#undef DECLARE
+
#define STRUCT #include "compilation.h" #define EXTERN #include "compilation.h" /* Byte-code method identification. */ #define PIKE_BYTECODE_PORTABLE -1 /* Only used by the codec. */ #define PIKE_BYTECODE_DEFAULT 0 #define PIKE_BYTECODE_GOTO 1