aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-02-27 15:47:32 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-02-27 15:47:32 -0300
commit34b00c16e28c2bbc3e633b4007de956130905ed6 (patch)
treefca960c3f8f1945a052a776722ccef4944b748fa /ltests.h
parent12110dec0eda3813b7609051aedb0cde932fbf93 (diff)
downloadlua-34b00c16e28c2bbc3e633b4007de956130905ed6.tar.gz
lua-34b00c16e28c2bbc3e633b4007de956130905ed6.tar.bz2
lua-34b00c16e28c2bbc3e633b4007de956130905ed6.zip
removed compatibility code with older versions
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/ltests.h b/ltests.h
index 001b205c..7019f716 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.54 2017/12/07 18:51:39 roberto Exp roberto $ 2** $Id: ltests.h,v 2.55 2017/12/18 13:01:49 roberto Exp roberto $
3** Internal Header for Debugging of the Lua Implementation 3** Internal Header for Debugging of the Lua Implementation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -13,16 +13,6 @@
13 13
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_IPAIRS
17#define LUA_COMPAT_BITLIB
18#define LUA_COMPAT_APIINTCASTS
19#define LUA_COMPAT_FLOATSTRING
20#define LUA_COMPAT_UNPACK
21#define LUA_COMPAT_LOADERS
22#define LUA_COMPAT_LOG10
23#define LUA_COMPAT_LOADSTRING
24#define LUA_COMPAT_MAXN
25#define LUA_COMPAT_MODULE
26 16
27 17
28#define LUA_DEBUG 18#define LUA_DEBUG