summaryrefslogtreecommitdiffstats
path: root/Include/opcode.h
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-03-29 00:10:03 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-03-29 00:10:03 (GMT)
commita403d7d390e393063c5e378bc64ec5e06de6fba8 (patch)
treea76c43b919b40ecf2b64fe4910352d14503a46f3 /Include/opcode.h
parent003663d78372a33ddbc57594d0176fa39996a84d (diff)
downloadcpython-a403d7d390e393063c5e378bc64ec5e06de6fba8.zip
cpython-a403d7d390e393063c5e378bc64ec5e06de6fba8.tar.gz
cpython-a403d7d390e393063c5e378bc64ec5e06de6fba8.tar.bz2
remove reference to CALL_FUNCTION_STAR in comment
Diffstat (limited to 'Include/opcode.h')
-rw-r--r--Include/opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/opcode.h b/Include/opcode.h
index 0e15497..0905e6d 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -144,7 +144,7 @@ PERFORMANCE OF THIS SOFTWARE.
#define BUILD_SLICE 133 /* Number of items */
/* The next 3 opcodes must be contiguous and satisfy
- (CALL_FUNCTION_STAR - CALL_FUNCTION) & 3 == 1 */
+ (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
#define CALL_FUNCTION_VAR 140 /* #args + (#kwargs<<8) */
#define CALL_FUNCTION_KW 141 /* #args + (#kwargs<<8) */
#define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */