pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h:104:
#define NUM_LFUNS 45 /* NOTE: After this point there are only fake lfuns. */ #define LFUN__SEARCH 45 #define LFUN__TYPES 46 #define LFUN__SERIALIZE 47 #define LFUN__DESERIALIZE 48 #define LFUN__SIZE_OBJECT 49 #define LFUN__RANDOM 50
+
#define LFUN_POW 51
extern const char *const lfun_names[]; extern struct pike_string *lfun_strings[]; #ifndef STRUCT_NODE_S_DECLARED #define STRUCT_NODE_S_DECLARED struct node_s; typedef struct node_s node; #endif