Home
last modified time | relevance | path

Searched refs:LUA_VERSION_NUM (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlauxlib.h29 #define luaL_checkversion(L) luaL_checkversion_(L, LUA_VERSION_NUM)
H A Dlua.h19 #define LUA_VERSION_NUM 502 macro
H A Dlapi.c137 static const lua_Number version = LUA_VERSION_NUM; in lua_version()