diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-05-05 16:24:59 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-05-05 16:24:59 -0300 |
| commit | be8120906304a8658fab998587b969e0e42f5650 (patch) | |
| tree | 81cf2d38522b10468d09763fc25d261486008197 /ltests.h | |
| parent | e05590591410a5e007a1e3f1691f6c1cf9d8fe45 (diff) | |
| download | lua-be8120906304a8658fab998587b969e0e42f5650.tar.gz lua-be8120906304a8658fab998587b969e0e42f5650.tar.bz2 lua-be8120906304a8658fab998587b969e0e42f5650.zip | |
First implementation of global declarations
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 | #define LUA_COMPAT_LT_LE | 16 | #define LUA_COMPAT_LT_LE |
| 17 | #undef LUA_COMPAT_GLOBAL | ||
| 17 | 18 | ||
| 18 | 19 | ||
| 19 | #define LUA_DEBUG | 20 | #define LUA_DEBUG |
