Searched refs:LUA_VERSION_NUM (Results 1 – 8 of 8) sorted by relevance
61 #if LUA_VERSION_NUM < 502 in barg()85 #if LUA_VERSION_NUM < 502 in barg()182 #if LUA_VERSION_NUM < 502 in luaopen_bit()
356 #if (LUA_VERSION_NUM < 503) && BITS_32 in mp_encode_lua_integer()381 #if LUA_VERSION_NUM < 502 in mp_encode_lua_table_as_array()427 #if LUA_VERSION_NUM < 503 in table_is_an_array()443 #if LUA_VERSION_NUM < 503 in table_is_an_array()492 #if LUA_VERSION_NUM < 503 in mp_encode_lua_type()649 #if LUA_VERSION_NUM < 503 in mp_decode_to_lua_type()926 #if LUA_VERSION_NUM < 502 in luaopen_cmsgpack()947 #if LUA_VERSION_NUM < 502 in luaopen_cmsgpack_safe()
40 #if (LUA_VERSION_NUM >= 502)
21 #define LUA_VERSION_NUM 501 macro
1295 #if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM < 502
28 #define luaL_checkversion(L) luaL_checkversion_(L, LUA_VERSION_NUM)
20 #define LUA_VERSION_NUM 502 macro
135 static const lua_Number version = LUA_VERSION_NUM; in lua_version()