pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
1996-08-03
1996-08-03 14:05:10 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
774b06b4a6a6b09ee23393ace28842e12a947d31 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
branches/E-12
index operator lfuns added
Rev: src/program.c:1.13
Rev: src/program.h:1.7
31:
#define LFUN___HASH 17 #define LFUN_CAST 18 #define LFUN_NOT 19
+
#define LFUN_INDEX 20
+
#define LFUN_ASSIGN_INDEX 21
-
#define NUM_LFUNS
20
+
#define NUM_LFUNS
22
extern char *lfun_names[];