From f087dfe25d093b1cb1665d12dc5a039f29f3af11 Mon Sep 17 00:00:00 2001 From: Benoit Germain <bnt.germain@gmail.com> Date: Thu, 15 Nov 2018 09:24:46 +0100 Subject: split linda code in a separate file --- src/tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools.h') diff --git a/src/tools.h b/src/tools.h index 2f78b73..84e323c 100644 --- a/src/tools.h +++ b/src/tools.h @@ -13,7 +13,7 @@ typedef struct s_Universe Universe; // ################################################################################################ -#define LUAG_FUNC( func_name ) static int LG_##func_name( lua_State* L) +#define LUAG_FUNC( func_name) int LG_##func_name( lua_State* L) #define luaG_optunsigned(L,i,d) ((uint_t) luaL_optinteger(L,i,d)) #define luaG_tounsigned(L,i) ((uint_t) lua_tointeger(L,i)) -- cgit v1.2.3-55-g6feb