diff options
Diffstat (limited to 'module/lua/lauxlib.c')
-rw-r--r-- | module/lua/lauxlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/lua/lauxlib.c b/module/lua/lauxlib.c index 85ed00c64..1e0356e7c 100644 --- a/module/lua/lauxlib.c +++ b/module/lua/lauxlib.c @@ -788,7 +788,7 @@ LUALIB_API void luaL_checkversion_ (lua_State *L, lua_Number ver) { lua_pop(L, 1); } -#if defined(_KERNEL) && defined(HAVE_SPL) +#if defined(_KERNEL) EXPORT_SYMBOL(luaL_argerror); EXPORT_SYMBOL(luaL_error); |