pike.git
/
src
/
program.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.c:9444:
MAKE_CONST_STRING(this_function_string,"this_function"); MAKE_CONST_STRING(this_program_string,"this_program"); MAKE_CONST_STRING(this_string,"this"); MAKE_CONST_STRING(UNDEFINED_string,"UNDEFINED"); MAKE_CONST_STRING(args_string, "__args__"); MAKE_CONST_STRING(parser_system_string, "parser"); MAKE_CONST_STRING(type_check_system_string, "type_check");
-
MAKE_CONST_STRING(compat_lfun_destroy_string, "destroy");
-
+
/* NB: One extra entry needed for lfun::destroy(). */ lfun_ids = allocate_mapping(NUM_LFUNS + 1); lfun_types = allocate_mapping(NUM_LFUNS + 1); #ifdef PIKE_NEW_LFUN_LOOKUP for (i=0; i < NELEM(lfun_names); i++,n++) { const char *name, *compat_name; if (!lfun_names[i]) { n |= 0xf; continue; }