From 2220e5159d216f4ce424e57aa18d6b9d8d6f2b47 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Wed, 26 Sep 2018 11:08:38 +0200 Subject: [PATCH] compatibility fix --- lua-api.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua-api.c b/lua-api.c index aa62ad8..a47e184 100644 --- a/lua-api.c +++ b/lua-api.c @@ -1,7 +1,5 @@ #include "lua-api.h" -void init(); -call __init__ = init; static const struct luaL_Reg modules [] = { #ifdef USE_DB {"sqlite", luaopen_sqlite},