diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-02-27 12:59:22 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-02-27 12:59:22 -0300 |
commit | 6eb53b752617fae9e1329bfe2cfecdcbb593c398 (patch) | |
tree | c392ef632bbcfbf7b3716f5c6c17b06617bca8da /ltests.h | |
parent | 9b7987a9d1471ba94764286b28e0998f73deb46a (diff) | |
download | lua-6eb53b752617fae9e1329bfe2cfecdcbb593c398.tar.gz lua-6eb53b752617fae9e1329bfe2cfecdcbb593c398.tar.bz2 lua-6eb53b752617fae9e1329bfe2cfecdcbb593c398.zip |
Details
Several details in code (e.g., moving a variable to the most inner
scope that encloses its uses), comments, parameter names, extra tests.
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -25,9 +25,6 @@ | |||
25 | #define lua_assert(c) assert(c) | 25 | #define lua_assert(c) assert(c) |
26 | 26 | ||
27 | 27 | ||
28 | /* include opcode names */ | ||
29 | #define LUAI_DEFOPNAMES | ||
30 | |||
31 | 28 | ||
32 | /* compiled with -O0, Lua uses a lot of C stack space... */ | 29 | /* compiled with -O0, Lua uses a lot of C stack space... */ |
33 | #undef LUAI_MAXCSTACK | 30 | #undef LUAI_MAXCSTACK |