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