aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ltests.h b/ltests.h
index 161c1969..8a6f2ba9 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.20 2007/11/12 16:28:45 roberto Exp roberto $ 2** $Id: ltests.h,v 2.21 2008/06/23 16:50:34 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*/
@@ -10,6 +10,8 @@
10 10
11#include <stdlib.h> 11#include <stdlib.h>
12 12
13/* do not use compatibility macros in Lua code */
14#undef LUA_COMPAT
13 15
14#define LUA_DEBUG 16#define LUA_DEBUG
15 17