summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ldo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldo.h b/ldo.h
index 7760f853..821cb779 100644
--- a/ldo.h
+++ b/ldo.h
@@ -44,7 +44,7 @@
/* macro to check stack size and GC */
#define checkstackGC(L,fsize) \
- luaD_checkstackaux(L, (fsize), (void)0, luaC_checkGC(L))
+ luaD_checkstackaux(L, (fsize), luaC_checkGC(L), (void)0)
/* type of protected functions, to be ran by 'runprotected' */