aboutsummaryrefslogtreecommitdiff
path: root/inout.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-07 12:14:40 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-07 12:14:40 -0200
commit56fb06b6f5eaea4f3dba32af1cc476a99b678497 (patch)
tree6c2efb0955985fa49ea175ad995475083ae1ab34 /inout.c
parent995a9f71885fc1979a9a23edc3c34e19b36e7653 (diff)
downloadlua-56fb06b6f5eaea4f3dba32af1cc476a99b678497.tar.gz
lua-56fb06b6f5eaea4f3dba32af1cc476a99b678497.tar.bz2
lua-56fb06b6f5eaea4f3dba32af1cc476a99b678497.zip
"lua_debug" now is exported through debug interface (luadebug.h)
Diffstat (limited to 'inout.c')
-rw-r--r--inout.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/inout.c b/inout.c
index d76bff8c..a3100a4f 100644
--- a/inout.c
+++ b/inout.c
@@ -5,7 +5,7 @@
5** Also provides some predefined lua functions. 5** Also provides some predefined lua functions.
6*/ 6*/
7 7
8char *rcs_inout="$Id: inout.c,v 2.27 1996/01/26 14:05:28 roberto Exp roberto $"; 8char *rcs_inout="$Id: inout.c,v 2.28 1996/01/26 16:52:47 roberto Exp roberto $";
9 9
10#include <stdio.h> 10#include <stdio.h>
11#include <stdlib.h> 11#include <stdlib.h>
@@ -29,7 +29,6 @@ char *rcs_inout="$Id: inout.c,v 2.27 1996/01/26 14:05:28 roberto Exp roberto $";
29 29
30/* Exported variables */ 30/* Exported variables */
31Word lua_linenumber; 31Word lua_linenumber;
32Bool lua_debug = 0;
33char *lua_parsedfile; 32char *lua_parsedfile;
34 33
35 34