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

Skip to content

Commit 472d280

Browse files
author
Stefan Krah
committed
Issue #13002: Fix Visual Studio warning (not enough actual parameters).
1 parent fba2b6b commit 472d280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/peephole.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
const_stack_top = -1; \
6767
} while(0)
6868

69-
#define CONST_STACK_TOP(x) \
69+
#define CONST_STACK_TOP() \
7070
const_stack[const_stack_top]
7171

7272
#define CONST_STACK_LASTN(i) \

0 commit comments

Comments
 (0)