diff options
Diffstat (limited to 'bruiser/luatablegen/Wasm_Module_tablegen.c')
-rw-r--r-- | bruiser/luatablegen/Wasm_Module_tablegen.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bruiser/luatablegen/Wasm_Module_tablegen.c b/bruiser/luatablegen/Wasm_Module_tablegen.c index 724a7b3..318309e 100644 --- a/bruiser/luatablegen/Wasm_Module_tablegen.c +++ b/bruiser/luatablegen/Wasm_Module_tablegen.c @@ -5,11 +5,6 @@ #include "../lua-5.3.4/src/lualib.h" #include <inttypes.h> #include <stdbool.h> -#ifndef _Wasm_Module_H -#define _Wasm_Module_H -#ifdef __cplusplus -extern "C" { -#endif #include "./Wasm_Module_tablegen.h" #include "../wasm.h" @@ -293,9 +288,4 @@ int Wasm_Module_register(lua_State* __ls) { return 1; } -#ifdef __cplusplus -} -#endif //end of extern c -#endif //end of inclusion guard - |