From 3904a66ab0ea441504afb74160fb6ff5efd8d33b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 22 Jun 2007 13:59:11 -0300 Subject: 'debug' library must be required before being used --- luaconf.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 49a0e30a..080d9161 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.88 2007/05/03 20:49:29 roberto Exp roberto $ +** $Id: luaconf.h,v 1.89 2007/06/21 13:48:04 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -334,6 +334,14 @@ */ #define LUA_COMPAT_GFIND +/* +@@ LUA_COMPAT_DEBUGLIB controls compatibility with preloading +@* the debug library. +** CHANGE it to undefined as soon as you add 'require"debug"' everywhere +** you need the debug library. +*/ +#define LUA_COMPAT_DEBUGLIB + -- cgit v1.2.3-55-g6feb