aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lgc.h b/lgc.h
index a5baebcb..aa76ab11 100644
--- a/lgc.h
+++ b/lgc.h
@@ -16,7 +16,7 @@
16 16
17 17
18void luaC_callallgcTM (lua_State *L); 18void luaC_callallgcTM (lua_State *L);
19Udata *luaC_collect (lua_State *L, int all); 19void luaC_collect (lua_State *L, int all);
20void luaC_collectgarbage (lua_State *L); 20void luaC_collectgarbage (lua_State *L);
21 21
22 22