pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-01
2000-03-01 08:40:52 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
a7b26aba30025de94b756945df933c51737abd22 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix for ``+
Rev: src/operators.c:1.86
6:
/**/ #include "global.h" #include <math.h>
-
RCSID("$Id: operators.c,v 1.
85
2000/
02/
03
19
:
09
:
12
grubba
Exp $");
+
RCSID("$Id: operators.c,v 1.
86
2000/
03
/
01
08
:
40
:
52
hubbe
Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
129:
assign_svalues_no_free(sp, sp-args, e, -1); sp+=e; apply_lfun(tmp->u.object, LFUN_RADD, e);
-
if(args - e >
2
)
+
if(args - e >
1
)
{ assign_svalue(tmp, sp-1); pop_stack();