mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
834e273d02
From lua_module.c: #if ( LUA_VERSION_NUM == 501 ) failed = (lua_load(L, lua_get_line, reader, "@client") != 0 || lua_pcall(L, 0, LUA_MULTRET, 0) != 0); #elif ( LUA_VERSION_NUM == 502 ) failed = (lua_load(L, lua_get_line, reader, "@client", NULL) != 0 || lua_pcall(L, 0, LUA_MULTRET, 0) != 0); #else #error this lua version is not supported #endif PR: 220281 |
||
---|---|---|
.. | ||
files | ||
distinfo | ||
Makefile | ||
pkg-descr | ||
pkg-plist |