mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #13002: Fix Visual Studio warning (not enough actual parameters).
This commit is contained in:
parent
fba2b6b454
commit
472d280d8b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
const_stack_top = -1; \
|
const_stack_top = -1; \
|
||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
#define CONST_STACK_TOP(x) \
|
#define CONST_STACK_TOP() \
|
||||||
const_stack[const_stack_top]
|
const_stack[const_stack_top]
|
||||||
|
|
||||||
#define CONST_STACK_LASTN(i) \
|
#define CONST_STACK_LASTN(i) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue