mirror of https://github.com/python/cpython
Issue #13002: Fix Visual Studio warning (not enough actual parameters).
This commit is contained in:
parent
fba2b6b454
commit
472d280d8b
|
@ -66,7 +66,7 @@
|
|||
const_stack_top = -1; \
|
||||
} while(0)
|
||||
|
||||
#define CONST_STACK_TOP(x) \
|
||||
#define CONST_STACK_TOP() \
|
||||
const_stack[const_stack_top]
|
||||
|
||||
#define CONST_STACK_LASTN(i) \
|
||||
|
|
Loading…
Reference in New Issue