aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ltests.h b/ltests.h
index 6a55e2db..0f9a4bc9 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.41 2014/11/24 14:56:56 roberto Exp roberto $ 2** $Id: ltests.h,v 2.42 2014/11/29 19:45:37 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,6 +24,9 @@
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
27#define LUA_DEBUG 30#define LUA_DEBUG
28 31
29 32