pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2017-01-02
2017-01-02 02:56:22 by Martin Nilsson <nilsson@fastmail.com>
8580bb1aec8b221551eb13717e05f6e2ff60c6f1 (
6
lines) (+
3
/-
3
)
[
Show
|
Annotate
]
Branch:
8.1
Whitespace changes.
46:
*/ #define MAX_NUM_BUF (MAXIMUM(MAX_INT_SPRINTF_LEN,MAX_FLOAT_SPRINTF_LEN))
-
static int has_lfun(
enum LFUN lfun, int arg
);
+
static int has_lfun(enum LFUN lfun, int arg);
static int call_lfun(enum LFUN left, enum LFUN right);
-
static int call_lhs_lfun(
enum LFUN lfun, int arg
);
+
static int call_lhs_lfun(enum LFUN lfun, int arg);
void index_no_free(struct svalue *to,struct svalue *what,struct svalue *ind) {
1341:
return 1; /* standard editon */ }
-
+
if (TYPEOF(sp[-2]) != TYPEOF(sp[-1])) { if(IS_UNDEFINED(sp-2))