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.
219
2005/11/
19
20
:
06
:
00
grubba Exp $
+
|| $Id: program.h,v 1.
220
2005/11/
21
11
:
44
:
07
grubba Exp $
*/ #ifndef PROGRAM_H #define PROGRAM_H #include <stdarg.h> #include "global.h" #include "pike_macros.h" #include "pike_error.h" #include "svalue.h" #include "dmalloc.h" #include "time_stuff.h" #include "program_id.h" #include "pike_rusage.h" #include "block_alloc_h.h"
-
#include "pikecode.h"
+
/* Needed to support dynamic loading on NT */ PMOD_PROTO extern struct program_state * Pike_compiler; /* Compilation flags */ #define COMPILATION_CHECK_FINAL 0x01 /* This flag is set when resolve functions should force the lookup so * that we don't get a placeholder back. Used for inherits. */ #define COMPILATION_FORCE_RESOLVE 0x02