pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-30
2008-05-30 17:37:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ef36f164392cd47b664a949d04f383b37c09d78d (
11
lines) (+
8
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Oops, F_THIS is also used for accessing aurrounding scopes...
Rev: src/interpret_functions.h:1.205
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.
204
2008/05/30
11
:
20
:
44
grubba Exp $
+
|| $Id: interpret_functions.h,v 1.
205
2008/05/30
17
:
37
:
42
grubba Exp $
*/ /*
2669:
arg1, loc.inherit->identifier_level)); });
+
if (args2 < 0) {
+
ref_push_object(loc.o);
+
} else {
ref_push_object_inherit(loc.o, (loc.inherit - loc.o->prog->inherits) + arg2);
-
+
}
print_return_value(); }); /* #undef PROG_COUNTER */