aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2026-01-20 13:06:16 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2026-01-20 13:06:16 -0300
commite992c6a95939c8e1fe357bfce481e0d0c762c3c6 (patch)
tree5755e2d0ce6b8e7bbca0d7c1cebf6b51b0d7e607 /ltests.h
parentf5d1e8639bf5df24c761602354218df21f796a30 (diff)
downloadlua-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltests.h b/ltests.h
index 93096da8..f5f14cd6 100644
--- a/ltests.h
+++ b/ltests.h
@@ -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