mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
stand: Spell LUA_COMPILE_SET correctly.
MFC After: 2 days Sponsored by: Netflix (cherry picked from commite63d20b70e
) (cherry picked from commit5dd6fb108d
) Approved-by: re (cperciva)
This commit is contained in:
parent
07f9866016
commit
e8adcfd14a
@ -34,7 +34,7 @@ int luaopen_pager(lua_State *);
|
||||
#include <sys/linker_set.h>
|
||||
|
||||
typedef void lua_init_md_t(lua_State *);
|
||||
#define _LUA_COMPIE_SET Xlua_compile_set
|
||||
#define _LUA_COMPILE_SET Xlua_compile_set
|
||||
#define LUA_COMPILE_SET(func) \
|
||||
DATA_SET(_LUA_COMPILE_SET, func)
|
||||
#define LUA_FOREACH_SET(s) \
|
||||
|
Loading…
Reference in New Issue
Block a user