"lua_debug" now is exported through debug interface (luadebug.h)

This commit is contained in:
Roberto Ierusalimschy
1996-02-07 12:14:40 -02:00
parent 995a9f7188
commit 56fb06b6f5
3 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: inout.h,v 1.11 1996/01/22 17:40:00 roberto Exp roberto $
** $Id: inout.h,v 1.12 1996/01/26 14:05:28 roberto Exp roberto $
*/
@@ -10,7 +10,6 @@
extern Word lua_linenumber;
extern Bool lua_debug;
extern Word lua_debugline;
extern char *lua_parsedfile;