pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h: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. */ #ifndef PROGRAM_H #define PROGRAM_H #include "global.h" #include "pike_error.h"
+
#include "pike_rusage.h"
#include "svalue.h" #include "time_stuff.h" #include "program_id.h" #include "block_allocator.h" #include "string_builder.h" #include "gc_header.h" /* Needed to support dynamic loading on NT */ PMOD_EXPORT extern struct program_state * Pike_compiler;