diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2026-01-20 13:06:16 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2026-01-20 13:06:16 -0300 |
| commit | e992c6a95939c8e1fe357bfce481e0d0c762c3c6 (patch) | |
| tree | 5755e2d0ce6b8e7bbca0d7c1cebf6b51b0d7e607 /ltests.h | |
| parent | f5d1e8639bf5df24c761602354218df21f796a30 (diff) | |
| download | lua-e992c6a95939c8e1fe357bfce481e0d0c762c3c6.tar.gz lua-e992c6a95939c8e1fe357bfce481e0d0c762c3c6.tar.bz2 lua-e992c6a95939c8e1fe357bfce481e0d0c762c3c6.zip | |
Some compilation options configurable from makefile
Compilation options LUA_COMPAT_GLOBAL, LUA_COMPAT_LOOPVAR, and
LUA_READLINELIB do not affect the API, so they can be changed
through the make file.
Diffstat (limited to 'ltests.h')
| -rw-r--r-- | ltests.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -14,6 +14,7 @@ | |||
| 14 | /* test Lua with compatibility code */ | 14 | /* test Lua with compatibility code */ |
| 15 | #define LUA_COMPAT_MATHLIB | 15 | #define LUA_COMPAT_MATHLIB |
| 16 | #undef LUA_COMPAT_GLOBAL | 16 | #undef LUA_COMPAT_GLOBAL |
| 17 | #define LUA_COMPAT_GLOBAL 0 | ||
| 17 | 18 | ||
| 18 | 19 | ||
| 19 | #define LUA_DEBUG | 20 | #define LUA_DEBUG |
