summaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-07-16 10:17:00 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-07-16 10:17:00 -0300
commit0d9007b6424a61d7974d26f926e353f60d8e8457 (patch)
treeefcee0167e85552c67240ccfaadfc2dc39493eea /ltests.h
parent9609236fbba4769c507beff11197932a68490f4b (diff)
downloadlua-0d9007b6424a61d7974d26f926e353f60d8e8457.tar.gz
lua-0d9007b6424a61d7974d26f926e353f60d8e8457.tar.bz2
lua-0d9007b6424a61d7974d26f926e353f60d8e8457.zip
no more LUA_OPNAMES
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ltests.h b/ltests.h
index c2f3ec16..111c38a2 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.7 2004/06/29 16:57:24 roberto Exp roberto $ 2** $Id: ltests.h,v 2.8 2004/07/09 14:29:29 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,8 +13,6 @@
13 13
14#define LUA_DEBUG 14#define LUA_DEBUG
15 15
16#define LUA_OPNAMES
17
18#undef NDEBUG 16#undef NDEBUG
19#include <assert.h> 17#include <assert.h>
20#undef lua_assert 18#undef lua_assert