pike.git
/
src
/
constants.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/constants.c:9:
#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 "block_alloc.h"
-
RCSID("$Id: constants.c,v 1.
20
1999
/
12
/
29
18
:
00
:
32
grubba
Exp $");
+
RCSID("$Id: constants.c,v 1.
21
2000
/
04
/
13
20
:
14
:
35
hubbe
Exp $");
-
static
struct mapping *builtin_constants = 0;
+
struct mapping *builtin_constants = 0;
struct mapping *get_builtin_constants(void) { if(!builtin_constants) builtin_constants=allocate_mapping(20); return builtin_constants; } void low_add_efun(struct pike_string *name, struct svalue *fun)