pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-09-20
2004-09-20 15:05:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>
68b658acdc976317544087aca7498b3334d6102b (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.6
Bugfix.
Rev: src/operators.c:1.191
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.
190
2004/09/20
12
:
10
:
52
mast
Exp $
+
|| $Id: operators.c,v 1.
191
2004/09/20
15
:
05
:
08
grubba
Exp $
*/ #include "global.h" #include <math.h>
-
RCSID("$Id: operators.c,v 1.
190
2004/09/20
12
:
10
:
52
mast
Exp $");
+
RCSID("$Id: operators.c,v 1.
191
2004/09/20
15
:
05
:
08
grubba
Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
496:
Pike_error("No cast method in object.\n"); s=describe_type(type); push_string(s);
-
apply_
lfun
(o, f, 1);
+
apply_
low
(o, f, 1);
stack_pop_keep_top(); }else