pike.git
/
src
/
constants.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/constants.c:17:
#include "pike_security.h" #include "gc.h" #include "block_allocator.h" struct mapping *builtin_constants = 0; #ifdef PIKE_DEBUG struct callable *first_callable = NULL; #endif
+
/* This is the mapping returned by all_constants(). */
PMOD_EXPORT struct mapping *get_builtin_constants(void) { return builtin_constants; } void low_add_efun(struct pike_string *name, struct svalue *fun) { struct svalue s; SET_SVAL(s, T_STRING, 0, string, name);