summaryrefslogtreecommitdiff
path: root/inout.c
diff options
context:
space:
mode:
Diffstat (limited to 'inout.c')
-rw-r--r--inout.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/inout.c b/inout.c
index 0506d11e..ab827c05 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.23 1995/10/17 11:58:41 roberto Exp roberto $"; 8char *rcs_inout="$Id: inout.c,v 2.24 1995/10/23 13:54:11 roberto Exp roberto $";
9 9
10#include <stdio.h> 10#include <stdio.h>
11#include <stdlib.h> 11#include <stdlib.h>
@@ -29,8 +29,7 @@ char *rcs_inout="$Id: inout.c,v 2.23 1995/10/17 11:58:41 roberto Exp roberto $";
29 29
30/* Exported variables */ 30/* Exported variables */
31Word lua_linenumber; 31Word lua_linenumber;
32Bool lua_debug; 32Bool lua_debug = 0;
33Word lua_debugline = 0;
34char *lua_parsedfile; 33char *lua_parsedfile;
35 34
36 35