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 6cbb9810..3fc03cc1 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 1.5 2001/02/12 15:42:44 roberto Exp roberto $ 2** $Id: ltests.h,v 1.6 2001/03/02 17:27:50 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,6 +13,8 @@
13 13
14#define LUA_DEBUG 14#define LUA_DEBUG
15 15
16#define LUA_OPNAMES
17
16#undef NDEBUG 18#undef NDEBUG
17#include <assert.h> 19#include <assert.h>
18#define lua_assert(c) assert(c) 20#define lua_assert(c) assert(c)