From: Georg Brandl Date: Wed, 11 Jul 2007 19:41:53 +0000 (+0000) Subject: Fix #1752132: wrong comment in opcode description. X-Git-Tag: v2.5.2c1~248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad4b263ba782a0ce4a9241657db22cd8ad2f6d9a;p=thirdparty%2FPython%2Fcpython.git Fix #1752132: wrong comment in opcode description. (backport from rev. 56280) --- diff --git a/Include/opcode.h b/Include/opcode.h index d8cb2cd48090..28163693fe93 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -112,7 +112,7 @@ extern "C" { #define LOAD_GLOBAL 116 /* Index in name list */ #define CONTINUE_LOOP 119 /* Start of loop (absolute) */ -#define SETUP_LOOP 120 /* Target address (absolute) */ +#define SETUP_LOOP 120 /* Target address (relative) */ #define SETUP_EXCEPT 121 /* "" */ #define SETUP_FINALLY 122 /* "" */