diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-02-02 13:47:28 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-02-02 13:47:28 -0300 |
commit | 8c064fdc23bd745bbd3456a58cc9e2521f8e4263 (patch) | |
tree | 432ab16b342f39fab40e050ff4431fbfc8c60cf2 /luaconf.h | |
parent | 8dea54877a5e7b0a461b076e79fdc8b47d7e39e6 (diff) | |
parent | cf08915d62e338c987b71c078b148490510e9fe7 (diff) | |
download | lua-8c064fdc23bd745bbd3456a58cc9e2521f8e4263.tar.gz lua-8c064fdc23bd745bbd3456a58cc9e2521f8e4263.tar.bz2 lua-8c064fdc23bd745bbd3456a58cc9e2521f8e4263.zip |
Merge branch 'master' into nextversion
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -70,6 +70,12 @@ | |||
70 | #endif | 70 | #endif |
71 | 71 | ||
72 | 72 | ||
73 | #if defined(LUA_USE_IOS) | ||
74 | #define LUA_USE_POSIX | ||
75 | #define LUA_USE_DLOPEN | ||
76 | #endif | ||
77 | |||
78 | |||
73 | /* | 79 | /* |
74 | @@ LUAI_IS32INT is true iff 'int' has (at least) 32 bits. | 80 | @@ LUAI_IS32INT is true iff 'int' has (at least) 32 bits. |
75 | */ | 81 | */ |