Branch: Tag:

2008-05-30

2008-05-30 17:37:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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   */