aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-02-27 12:59:22 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-02-27 12:59:22 -0300
commit6eb53b752617fae9e1329bfe2cfecdcbb593c398 (patch)
treec392ef632bbcfbf7b3716f5c6c17b06617bca8da /ltests.h
parent9b7987a9d1471ba94764286b28e0998f73deb46a (diff)
downloadlua-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ltests.h b/ltests.h
index 7328aaca..db0a2a0d 100644
--- a/ltests.h
+++ b/ltests.h
@@ -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