diff options
Diffstat (limited to 'Include/opcode.h')
-rw-r--r-- | Include/opcode.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Include/opcode.h b/Include/opcode.h index 04675dd..007816d 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -61,10 +61,7 @@ extern "C" { #define GET_ITER 68 #define PRINT_EXPR 70 -#define PRINT_ITEM 71 -#define PRINT_NEWLINE 72 -#define PRINT_ITEM_TO 73 -#define PRINT_NEWLINE_TO 74 + #define INPLACE_LSHIFT 75 #define INPLACE_RSHIFT 76 #define INPLACE_AND 77 |