mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
stand: Spell LUA_COMPILE_SET correctly.
MFC After: 2 days Sponsored by: Netflix
This commit is contained in:
parent
c1fccf0f60
commit
e63d20b70e
@ -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