pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: program.h,v 1.
252
2008/06/
24
18
:
47
:
13
grubba Exp $
+
|| $Id: program.h,v 1.
253
2008/06/
27
11
:
29
:
50
grubba Exp $
*/ #ifndef PROGRAM_H #define PROGRAM_H #include <stdarg.h> #include "global.h" #include "pike_macros.h" #include "pike_error.h" #include "svalue.h"
pike.git/src/program.h:102:
#define LFUN__M_DELETE 42 #define LFUN__GET_ITERATOR 43 #define LFUN_RANGE 44 #define NUM_LFUNS 45 /* NOTE: After this point there are only fake lfuns. * ie use low_find_lfun(), and NOT FIND_LFUN()! */ #define LFUN__SEARCH 45
-
#define LFUN__M_GENERATION 46
+
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