diff options
Diffstat (limited to 'inout.h')
-rw-r--r-- | inout.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: inout.h,v 1.19 1997/06/18 20:35:49 roberto Exp roberto $ | 2 | ** $Id: inout.h,v 1.20 1997/06/19 18:04:34 roberto Exp roberto $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | 5 | ||
@@ -7,12 +7,13 @@ | |||
7 | #define inout_h | 7 | #define inout_h |
8 | 8 | ||
9 | #include "types.h" | 9 | #include "types.h" |
10 | #include "tree.h" | ||
10 | #include <stdio.h> | 11 | #include <stdio.h> |
11 | 12 | ||
12 | 13 | ||
13 | extern Word lua_linenumber; | 14 | extern Word lua_linenumber; |
14 | extern Word lua_debugline; | 15 | extern Word lua_debugline; |
15 | extern char *lua_parsedfile; | 16 | extern TaggedString *lua_parsedfile; |
16 | 17 | ||
17 | void luaI_setparsedfile (char *name); | 18 | void luaI_setparsedfile (char *name); |
18 | 19 | ||