From 46e361aa3c52368d09f41028e1359d58fba80aee Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 16 Sep 2018 22:17:36 +0430 Subject: [skip ci] --- bruiser/luatablegen/W_Import_Section_tablegen.h | 33 ------------------------- 1 file changed, 33 deletions(-) delete mode 100644 bruiser/luatablegen/W_Import_Section_tablegen.h (limited to 'bruiser/luatablegen/W_Import_Section_tablegen.h') diff --git a/bruiser/luatablegen/W_Import_Section_tablegen.h b/bruiser/luatablegen/W_Import_Section_tablegen.h deleted file mode 100644 index 5d51bf2..0000000 --- a/bruiser/luatablegen/W_Import_Section_tablegen.h +++ /dev/null @@ -1,33 +0,0 @@ - -// automatically generated by luatablegen -#include "../lua-5.3.4/src/lua.h" -#include "../lua-5.3.4/src/lauxlib.h" -#include "../lua-5.3.4/src/lualib.h" -#include -#include - -#ifndef _W_Import_Section_H -#define _W_Import_Section_H -#ifdef __cplusplus -extern "C" { -#endif - -#include "../wasm.h" - -static W_Import_Section* convert_W_Import_Section (lua_State* __ls, int index); -static W_Import_Section* check_W_Import_Section(lua_State* __ls, int index); -W_Import_Section* push_W_Import_Section(lua_State* __ls); -int W_Import_Section_push_args(lua_State* __ls, W_Import_Section* _st); -int new_W_Import_Section(lua_State* __ls); -static int getter_W_Import_Section_count(lua_State* __ls); -static int getter_W_Import_Section_entries(lua_State* __ls); -static int setter_W_Import_Section_count(lua_State* __ls); -static int setter_W_Import_Section_entries(lua_State* __ls); -int W_Import_Section_register(lua_State* __ls); - -#ifdef __cplusplus -} -#endif //end of extern c -#endif //end of inclusion guard - - -- cgit v1.2.3