diff options
author | Guido van Rossum <guido@python.org> | 2002-06-13 17:59:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-06-13 17:59:51 (GMT) |
commit | fea59e7f766b950ccd55f9eee87d4032a768fdcc (patch) | |
tree | b668da1c6ff6ce390fa4ee95016a7af7c184208c /Include | |
parent | efb9097add12d372f3a41c6fa884235ba2291248 (diff) | |
download | cpython-fea59e7f766b950ccd55f9eee87d4032a768fdcc.zip cpython-fea59e7f766b950ccd55f9eee87d4032a768fdcc.tar.gz cpython-fea59e7f766b950ccd55f9eee87d4032a768fdcc.tar.bz2 |
The opcode FOR_LOOP no longer exists.
Diffstat (limited to 'Include')
-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 df086ef..2e20246 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -107,7 +107,6 @@ extern "C" { #define JUMP_IF_FALSE 111 /* "" */ #define JUMP_IF_TRUE 112 /* "" */ #define JUMP_ABSOLUTE 113 /* Target byte offset from beginning of code */ -#define FOR_LOOP 114 /* Number of bytes to skip */ #define LOAD_GLOBAL 116 /* Index in name list */ |