summaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2008-07-11 14:51:01 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2008-07-11 14:51:01 -0300
commitf9dec5fc84199a782c4ad9c1ec8913574cdfdcd1 (patch)
tree2960bf3965cc4dcba6d1d29f0632e2ed1cac1498 /ltests.h
parent6b8725b0eec4379ec810727cc1dccae6feeff21e (diff)
downloadlua-f9dec5fc84199a782c4ad9c1ec8913574cdfdcd1.tar.gz
lua-f9dec5fc84199a782c4ad9c1ec8913574cdfdcd1.tar.bz2
lua-f9dec5fc84199a782c4ad9c1ec8913574cdfdcd1.zip
do not use compatibility macros in Lua
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