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.
60
1999/
09
/
28
21:
57
:
49
hubbe Exp $
+
* $Id: program.h,v 1.
61
1999/
10
/
21
21:
34
:
35
hubbe 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:55:
#define LFUN_RSUBTRACT 29 #define LFUN_RAND 30 #define LFUN_ROR 31 #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 NUM_LFUNS
39
+
#define NUM_LFUNS
41
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