aboutsummaryrefslogtreecommitdiff
path: root/lptypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lptypes.h')
-rw-r--r--lptypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lptypes.h b/lptypes.h
index 3f860b9..b5cea44 100644
--- a/lptypes.h
+++ b/lptypes.h
@@ -34,6 +34,7 @@
34 34
35#define lua_rawlen lua_objlen 35#define lua_rawlen lua_objlen
36 36
37#undef luaL_newlib
37#define luaL_setfuncs(L,f,n) luaL_register(L,NULL,f) 38#define luaL_setfuncs(L,f,n) luaL_register(L,NULL,f)
38#define luaL_newlib(L,f) luaL_register(L,"lpeg",f) 39#define luaL_newlib(L,f) luaL_register(L,"lpeg",f)
39 40