pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h:1:
/*\ ||| This file a part of Pike, and is copyright by Fredrik Hubinette ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /*
-
* $Id: program.h,v 1.
113
2001/
01
/
10
04:
32:50
mast
Exp $
+
* $Id: program.h,v 1.
114
2001/
02
/
05
12:
04:
45
per
Exp $
*/ #ifndef PROGRAM_H #define PROGRAM_H #include <stdarg.h> #include "global.h" #include "pike_types.h" #include "pike_macros.h" #include "svalue.h" #include "time_stuff.h"
pike.git/src/program.h:71:
#define LFUN_RXOR 32 #define LFUN_RLSH 33 #define LFUN_RRSH 34 #define LFUN_RMULTIPLY 35 #define LFUN_RDIVIDE 36 #define LFUN_RMOD 37 #define LFUN_ADD_EQ 38 #define LFUN__IS_TYPE 39 #define LFUN__SPRINTF 40 #define LFUN__EQUAL 41
+
#define LFUN__M_DELETE 42
-
#define NUM_LFUNS
42
+
#define NUM_LFUNS
43
extern char *lfun_names[]; #ifndef STRUCT_SVALUE_DECLARED #define STRUCT_SVALUE_DECLARED struct svalue; #endif #ifndef STRUCT_NODE_S_DECLARED #define STRUCT_NODE_S_DECLARED