pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2016-05-17
2016-05-17 14:12:25 by Per Hedbor <ph@opera.com>
fbff33d4e4e4d908ad33dac3151c86191893c558 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Added ** as the exponentiation operator.
111:
#define LFUN__DESERIALIZE 48 #define LFUN__SIZE_OBJECT 49 #define LFUN__RANDOM 50
+
#define LFUN_POW 51
extern const char *const lfun_names[];