pike.git
/
src
/
constants.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/constants.c:7:
#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 "pike_error.h"
+
#include "security.h"
#include "block_alloc.h"
-
RCSID("$Id: constants.c,v 1.
29
2001/04/
07
07
:
38
:
24
hubbe
Exp $");
+
RCSID("$Id: constants.c,v 1.
30
2001/04/
13
19
:
56
:
49
grubba
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; }