aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto I <roberto@inf.puc-rio.br>2026-07-22 13:43:40 -0300
committerRoberto I <roberto@inf.puc-rio.br>2026-07-22 13:43:40 -0300
commitd5bbe955840c5c83e37ed19df4d392d7ba0970ed (patch)
tree35977691aabb3a65e96508d4277c2067991ee4e3 /luaconf.h
parent9130ceb19d324472d135e8e644a01e8b16334c31 (diff)
downloadlua-d5bbe955840c5c83e37ed19df4d392d7ba0970ed.tar.gz
lua-d5bbe955840c5c83e37ed19df4d392d7ba0970ed.tar.bz2
lua-d5bbe955840c5c83e37ed19df4d392d7ba0970ed.zip
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.
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/luaconf.h b/luaconf.h
index ea2c0b2e..bdac085c 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -79,7 +79,7 @@
79#if defined(LUA_USE_MACOSX) 79#if defined(LUA_USE_MACOSX)
80#define LUA_USE_POSIX 80#define LUA_USE_POSIX
81#define LUA_USE_DLOPEN /* macOS does not need -ldl */ 81#define LUA_USE_DLOPEN /* macOS does not need -ldl */
82#define LUA_USE_READLINE 82#define LUA_USE_READLINE /* needs an extra library: -lreadline */
83#endif 83#endif
84 84
85 85