diff options
Diffstat (limited to 'inout.c')
-rw-r--r-- | inout.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,7 +5,7 @@ | |||
5 | ** Also provides some predefined lua functions. | 5 | ** Also provides some predefined lua functions. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | char *rcs_inout="$Id: inout.c,v 2.27 1996/01/26 14:05:28 roberto Exp roberto $"; | 8 | char *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 */ |
31 | Word lua_linenumber; | 31 | Word lua_linenumber; |
32 | Bool lua_debug = 0; | ||
33 | char *lua_parsedfile; | 32 | char *lua_parsedfile; |
34 | 33 | ||
35 | 34 | ||