From a403d7d390e393063c5e378bc64ec5e06de6fba8 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Wed, 29 Mar 2000 00:10:03 +0000 Subject: [PATCH] remove reference to CALL_FUNCTION_STAR in comment --- Include/opcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/opcode.h b/Include/opcode.h index 0e15497e088..0905e6dd7dd 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) */