diff options
-rw-r--r-- | Include/opcode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/opcode.h b/Include/opcode.h index 1bd89ee..a7b642a 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -60,6 +60,8 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #define PRINT_EXPR 70 #define PRINT_ITEM 71 #define PRINT_NEWLINE 72 +#define PRINT_ITEM_TO 73 +#define PRINT_NEWLINE_TO 74 #define BREAK_LOOP 80 |