Issue #13002: Fix Visual Studio warning (not enough actual parameters).

This commit is contained in:
Stefan Krah 2011-09-21 19:08:39 +02:00
parent fba2b6b454
commit 472d280d8b
1 changed files with 1 additions and 1 deletions

View File

@ -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) \