From 32f8cdfc73ed90dcf88ffcf4bfc1a3e4d5a69e6c Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 22 Apr 2019 17:17:03 +0200 Subject: Moved cancellation code in separate files --- src/tools.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tools.h') diff --git a/src/tools.h b/src/tools.h index 71460c3..8a8ad7b 100644 --- a/src/tools.h +++ b/src/tools.h @@ -13,8 +13,6 @@ typedef struct s_Universe Universe; // ################################################################################################ -#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