pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2004-12-18
2004-12-18 22:24:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ffd2e20b7e913d6794d4d71266ccc6d1ce4be883 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/interpret_functions.h:1.182
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: interpret_functions.h,v 1.
181
2004/12/18 22:
20
:
04
grubba Exp $
+
|| $Id: interpret_functions.h,v 1.
182
2004/12/18 22:
24
:
15
grubba Exp $
*/ /*
1145:
{ /* fprintf(stderr,"******OBJECT OVERLOAD IN TYPEP***** %s\n",get_name_of_type(arg1)); */ push_text(get_name_of_type(arg1));
-
apply_low(o, fun +
p
->inherits[Pike_sp[-2].subtype].identifier_level, 1);
+
apply_low(o, fun +
+
o
->
prog->
inherits[Pike_sp[-2].subtype].identifier_level, 1);
arg1=UNSAFE_IS_ZERO(Pike_sp-1) ? T_FLOAT : T_OBJECT ; pop_stack(); }