1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-02-13 15:02:48 +01:00

compatibility fix

This commit is contained in:
Xuan Sang LE 2018-09-26 11:08:38 +02:00
parent 10785a1b3b
commit 2220e5159d

View File

@ -1,7 +1,5 @@
#include "lua-api.h" #include "lua-api.h"
void init();
call __init__ = init;
static const struct luaL_Reg modules [] = { static const struct luaL_Reg modules [] = {
#ifdef USE_DB #ifdef USE_DB
{"sqlite", luaopen_sqlite}, {"sqlite", luaopen_sqlite},