From 60a541bddd4f4de212c406ba5fabdd7ad1778fb6 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 19 Jun 2018 16:52:05 +0430 Subject: fixes #43. the auto-gen source files by luatablegen dont look like source files instead of headers. luatablegen also generates an excuse of a doc for all the table methods. --- bruiser/luatablegen/W_Global_Section_tablegen.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'bruiser/luatablegen/W_Global_Section_tablegen.c') diff --git a/bruiser/luatablegen/W_Global_Section_tablegen.c b/bruiser/luatablegen/W_Global_Section_tablegen.c index cb3195c..1254816 100644 --- a/bruiser/luatablegen/W_Global_Section_tablegen.c +++ b/bruiser/luatablegen/W_Global_Section_tablegen.c @@ -5,11 +5,6 @@ #include "../lua-5.3.4/src/lualib.h" #include #include -#ifndef _W_Global_Section_H -#define _W_Global_Section_H -#ifdef __cplusplus -extern "C" { -#endif #include "./W_Global_Section_tablegen.h" #include "../wasm.h" @@ -106,9 +101,4 @@ int W_Global_Section_register(lua_State* __ls) { return 1; } -#ifdef __cplusplus -} -#endif //end of extern c -#endif //end of inclusion guard - -- cgit v1.2.3