pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-09-15
2005-09-15 15:38:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e9cac68c29d9e5c11ce33f31b90f57ff74d23b2b (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Oops, bugfix.
Rev: src/operators.c:1.206
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: operators.c,v 1.
205
2005/09/15
12
:
30
:
46
grubba Exp $
+
|| $Id: operators.c,v 1.
206
2005/09/15
15
:
38
:
57
grubba Exp $
*/ #include "global.h"
1273:
LFUN_RADD)) != -1) { /* There's an object with a lfun::``+() at argument @[e]. */
-
if ((args = low_rop(o, i, e, args)) > 1)
+
if ((args = low_rop(o, i, e, args)) > 1)
{
goto tail_recurse; }
-
+
return;
} } }
-
+
}
switch(sp[-args].type) {