aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-12-09 13:00:17 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-12-09 13:00:17 -0200
commit36efa6a6b923df9452526b166e8e8561ddf8b07e (patch)
tree781f9dea0991153d9ad93b130bbedf6ddce0f9a0 /ltests.h
parentc6e74e41c9752c8dc9a409e12cb2ae53e92679dd (diff)
downloadlua-36efa6a6b923df9452526b166e8e8561ddf8b07e.tar.gz
lua-36efa6a6b923df9452526b166e8e8561ddf8b07e.tar.bz2
lua-36efa6a6b923df9452526b166e8e8561ddf8b07e.zip
no more 'preloadedlibs' when opening libraries (as it is dead code now)
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ltests.h b/ltests.h
index 0f9a4bc9..32599731 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.42 2014/11/29 19:45:37 roberto Exp roberto $ 2** $Id: ltests.h,v 2.43 2014/12/06 20:42:58 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*/
@@ -24,9 +24,6 @@
24#undef LUA_COMPAT_MODULE 24#undef LUA_COMPAT_MODULE
25 25
26 26
27/* test without preloding debug library */
28#define LUA_NODEBUGLIB
29
30#define LUA_DEBUG 27#define LUA_DEBUG
31 28
32 29