pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h:1:
/*\ ||| This file a part of Pike, and is copyright by Fredrik Hubinette ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /*
-
* $Id: program.h,v 1.
106
2000/08/28 21:
27
:
10
grubba Exp $
+
* $Id: program.h,v 1.
107
2000/08/28 21:
47
:
57
grubba Exp $
*/ #ifndef PROGRAM_H #define PROGRAM_H #include <stdarg.h> #include "global.h" #include "pike_types.h" #include "pike_macros.h" #include "svalue.h" #include "time_stuff.h" #define STRUCT #include "compilation.h" #define EXTERN #include "compilation.h"
-
struct program_state;
-
+
/* Needed to support dynamic loading on NT */ PMOD_PROTO extern struct program_state * Pike_compiler; #ifdef PIKE_DEBUG #define PROGRAM_LINE_ARGS int line, char *file #else #define PROGRAM_LINE_ARGS void #endif