Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a403d7d

Browse files
committed
remove reference to CALL_FUNCTION_STAR in comment
1 parent 003663d commit a403d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/opcode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ PERFORMANCE OF THIS SOFTWARE.
144144
#define BUILD_SLICE 133 /* Number of items */
145145

146146
/* The next 3 opcodes must be contiguous and satisfy
147-
(CALL_FUNCTION_STAR - CALL_FUNCTION) & 3 == 1 */
147+
(CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
148148
#define CALL_FUNCTION_VAR 140 /* #args + (#kwargs<<8) */
149149
#define CALL_FUNCTION_KW 141 /* #args + (#kwargs<<8) */
150150
#define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */

0 commit comments

Comments
 (0)