From 6eb53b752617fae9e1329bfe2cfecdcbb593c398 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 27 Feb 2020 12:59:22 -0300 Subject: Details Several details in code (e.g., moving a variable to the most inner scope that encloses its uses), comments, parameter names, extra tests. --- ltests.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 7328aaca..db0a2a0d 100644 --- a/ltests.h +++ b/ltests.h @@ -25,9 +25,6 @@ #define lua_assert(c) assert(c) -/* include opcode names */ -#define LUAI_DEFOPNAMES - /* compiled with -O0, Lua uses a lot of C stack space... */ #undef LUAI_MAXCSTACK -- cgit v1.2.3-55-g6feb