pike.git
/
src
/
constants.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/constants.c:6:
/**/ #include "global.h" #include "constants.h" #include "pike_macros.h" #include "program.h" #include "pike_types.h" #include "stralloc.h" #include "pike_memory.h" #include "interpret.h" #include "mapping.h"
-
#include "error.h"
+
#include "
pike_
error.h"
#include "block_alloc.h"
-
RCSID("$Id: constants.c,v 1.
23
2000/
08
/
10
14
:
46
:
54
grubba
Exp $");
+
RCSID("$Id: constants.c,v 1.
24
2000/
12
/
01
08
:
09
:
44
hubbe
Exp $");
struct mapping *builtin_constants = 0; PMOD_EXPORT struct mapping *get_builtin_constants(void) { if(!builtin_constants) builtin_constants=allocate_mapping(20); return builtin_constants; }