From 34b00c16e28c2bbc3e633b4007de956130905ed6 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 27 Feb 2018 15:47:32 -0300 Subject: removed compatibility code with older versions --- ltests.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 001b205c..7019f716 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.54 2017/12/07 18:51:39 roberto Exp roberto $ +** $Id: ltests.h,v 2.55 2017/12/18 13:01:49 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -13,16 +13,6 @@ /* test Lua with compatibility code */ #define LUA_COMPAT_MATHLIB -#define LUA_COMPAT_IPAIRS -#define LUA_COMPAT_BITLIB -#define LUA_COMPAT_APIINTCASTS -#define LUA_COMPAT_FLOATSTRING -#define LUA_COMPAT_UNPACK -#define LUA_COMPAT_LOADERS -#define LUA_COMPAT_LOG10 -#define LUA_COMPAT_LOADSTRING -#define LUA_COMPAT_MAXN -#define LUA_COMPAT_MODULE #define LUA_DEBUG -- cgit v1.2.3-55-g6feb