diff options
| author | Roberto I <roberto@inf.puc-rio.br> | 2026-07-22 13:43:40 -0300 |
|---|---|---|
| committer | Roberto I <roberto@inf.puc-rio.br> | 2026-07-22 13:43:40 -0300 |
| commit | d5bbe955840c5c83e37ed19df4d392d7ba0970ed (patch) | |
| tree | 35977691aabb3a65e96508d4277c2067991ee4e3 /luaconf.h | |
| parent | 9130ceb19d324472d135e8e644a01e8b16334c31 (diff) | |
| download | lua-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
