diff options
author | Guido van Rossum <guido@python.org> | 1997-05-09 00:39:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-09 00:39:04 (GMT) |
commit | 6a33de9526873cb1b6d8d5da9cc23c6cab153738 (patch) | |
tree | 16fa122f5fff34182dde1db77b247828b796de16 /Include/opcode.h | |
parent | 1aceb056d61ac4d2c22b4c6c5834722f98e46ec9 (diff) | |
download | cpython-6a33de9526873cb1b6d8d5da9cc23c6cab153738.zip cpython-6a33de9526873cb1b6d8d5da9cc23c6cab153738.tar.gz cpython-6a33de9526873cb1b6d8d5da9cc23c6cab153738.tar.bz2 |
Get rid of obsolete ACCESS_MODE opcode.
Diffstat (limited to 'Include/opcode.h')
-rw-r--r-- | Include/opcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/opcode.h b/Include/opcode.h index 366b283..52c8744 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -115,7 +115,6 @@ PERFORMANCE OF THIS SOFTWARE. #define COMPARE_OP 106 /* Comparison operator */ #define IMPORT_NAME 107 /* Index in name list */ #define IMPORT_FROM 108 /* Index in name list */ -#define ACCESS_MODE 109 /* Name (mode is int on top of stack) */ #define JUMP_FORWARD 110 /* Number of bytes to skip */ #define JUMP_IF_FALSE 111 /* "" */ |