-
- Downloads
It is now possible to return a reference to the current inherit in this object.
The third argument to program_magic_identifier() should now be -1 when no inherit has been specified (0 is now reserved for referring to the current inherit). This is also reflected in the F_THIS node. The F_THIS opcode is now used exclusively to refer to specific inherits. Use the F_THIS_OBJECT opcode to refer to the current object. Rev: src/docode.c:1.201 Rev: src/interpret_functions.h:1.204 Rev: src/language.yacc:1.426 Rev: src/las.c:1.415 Rev: src/peep.in:1.83 Rev: src/program.c:1.710
Showing
- src/docode.c 2 additions, 2 deletionssrc/docode.c
- src/interpret_functions.h 3 additions, 12 deletionssrc/interpret_functions.h
- src/language.yacc 36 additions, 40 deletionssrc/language.yacc
- src/las.c 7 additions, 3 deletionssrc/las.c
- src/peep.in 1 addition, 3 deletionssrc/peep.in
- src/program.c 9 additions, 5 deletionssrc/program.c
Loading
Please register or sign in to comment