Added the possibility for opcodes to pass the jump address through the return value instead of changing PROG_COUNTER directly. Any opcode which might jump is now a JUMP opcode, and the old jump opcodes are now PTRJUMP. Rev: bin/make_interpret_functions.pike:1.8 Rev: src/code/README.txt:1.21 Rev: src/interpret.c:1.318 Rev: src/interpret_functions.h:1.154 Rev: src/interpreter.h:1.85 Rev: src/lex.c:1.114 Rev: src/lex.h:1.28 Rev: src/opcodes.h:1.33 Rev: src/peep.c:1.87