diff options
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
13 | 13 | ||
14 | // ################################################################################################ | 14 | // ################################################################################################ |
15 | 15 | ||
16 | #define LUAG_FUNC( func_name ) static int LG_##func_name( lua_State* L) | 16 | #define LUAG_FUNC( func_name) int LG_##func_name( lua_State* L) |
17 | 17 | ||
18 | #define luaG_optunsigned(L,i,d) ((uint_t) luaL_optinteger(L,i,d)) | 18 | #define luaG_optunsigned(L,i,d) ((uint_t) luaL_optinteger(L,i,d)) |
19 | #define luaG_tounsigned(L,i) ((uint_t) lua_tointeger(L,i)) | 19 | #define luaG_tounsigned(L,i) ((uint_t) lua_tointeger(L,i)) |