From d5bbe955840c5c83e37ed19df4d392d7ba0970ed Mon Sep 17 00:00:00 2001 From: Roberto I Date: Wed, 22 Jul 2026 13:43:40 -0300 Subject: Details - Some api_checknelems changed to the more restrict api_checkpop. - Added a class to the html for APIs in the manual. - Comments and manual. --- luaconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index ea2c0b2e..bdac085c 100644 --- a/luaconf.h +++ b/luaconf.h @@ -79,7 +79,7 @@ #if defined(LUA_USE_MACOSX) #define LUA_USE_POSIX #define LUA_USE_DLOPEN /* macOS does not need -ldl */ -#define LUA_USE_READLINE +#define LUA_USE_READLINE /* needs an extra library: -lreadline */ #endif -- cgit v1.2.3-55-g6feb