pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h:52:
} while(0) extern struct pike_string *this_program_string; extern struct pike_string *this_string; extern struct pike_string *args_string; /* Common compiler subsystems */ extern struct pike_string *parser_system_string; extern struct pike_string *type_check_system_string;
-
extern struct pike_string *compat_lfun_destroy_string;
-
+
#ifdef PIKE_NEW_LFUN_LOOKUP /** * New LFUN lookup table. * * The lfun table is an array of INT16, where the first * 10 (ie number of groups) entries contain offsets into * the same array where the entries for the corresponding * group start. An offset of 0 (zero) indicates that the * group is empty. Group #0 is always present even if empty. *
pike.git/src/program.h:239:
LFUN__ITERATOR_NEXT_FUN, LFUN__ITERATOR_INDEX_FUN, LFUN__ITERATOR_VALUE_FUN, LFUN__ATOMIC_GET_SET, }; #endif extern const char *const lfun_names[]; extern struct pike_string *lfun_strings[];
+
extern struct pike_string *lfun_compat_strings[];
#ifndef STRUCT_NODE_S_DECLARED #define STRUCT_NODE_S_DECLARED struct node_s; typedef struct node_s node; #endif #undef EXTERN #undef STRUCT #undef PUSH