pike.git
/
src
/
constants.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/constants.c:2:
||| 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. \*/ #include "global.h" #include "constants.h" #include "pike_macros.h" #include "program.h" #include "pike_types.h" #include "stralloc.h"
-
#include "memory.h"
+
#include "
pike_
memory.h"
#include "interpret.h" #include "mapping.h" #include "error.h" static INT32 num_callable=0; static struct mapping *builtin_constants = 0; struct mapping *get_builtin_constants() { if(!builtin_constants)