Kaydet (Commit) 472d280d authored tarafından Stefan Krah's avatar Stefan Krah

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

üst fba2b6b4
......@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment