pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-10-10
1997-10-10 20:19:58 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
885613072503957b800f6bce7f89e2d61f1e3278 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix
Rev: src/operators.c:1.19
5:
\*/ #include <math.h> #include "global.h"
-
RCSID("$Id: operators.c,v 1.
18
1997/
09
/
29
00
:
57
:
54
hubbe Exp $");
+
RCSID("$Id: operators.c,v 1.
19
1997/
10
/
10
20
:
19
:
58
hubbe Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
1219:
if(sp[-3].type==T_OBJECT) {
-
CALL_OPERATOR(LFUN_INDEX,
2
);
+
CALL_OPERATOR(LFUN_INDEX,
3
);
return; }