]> granicus.if.org Git - python/commitdiff
remove reference to CALL_FUNCTION_STAR in comment
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Mar 2000 00:10:03 +0000 (00:10 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Mar 2000 00:10:03 +0000 (00:10 +0000)
Include/opcode.h

index 0e15497e088c5c3e1e270d6d2551e40b0847ef2a..0905e6dd7dd475ebc94322f2a3f192493bc7aa8e 100644 (file)
@@ -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) */