diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-06-19 15:04:34 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-06-19 15:04:34 -0300 |
commit | 6bb2cac3dbb440b6323979ad2908f61351dd3196 (patch) | |
tree | e404b0b313bafa2f3ba7a0c41381dea6329bf0c6 /inout.h | |
parent | 88f020b626d1b5b10b5d12e04bf103409a5e4308 (diff) | |
download | lua-6bb2cac3dbb440b6323979ad2908f61351dd3196.tar.gz lua-6bb2cac3dbb440b6323979ad2908f61351dd3196.tar.bz2 lua-6bb2cac3dbb440b6323979ad2908f61351dd3196.zip |
setparsedfile is extern; luaz_... changed to luaZ_...
Diffstat (limited to 'inout.h')
-rw-r--r-- | inout.h | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: inout.h,v 1.18 1997/06/16 16:50:22 roberto Exp roberto $ | 2 | ** $Id: inout.h,v 1.19 1997/06/18 20:35:49 roberto Exp roberto $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | 5 | ||
@@ -14,10 +14,7 @@ extern Word lua_linenumber; | |||
14 | extern Word lua_debugline; | 14 | extern Word lua_debugline; |
15 | extern char *lua_parsedfile; | 15 | extern char *lua_parsedfile; |
16 | 16 | ||
17 | FILE *lua_openfile (char *fn); | 17 | void luaI_setparsedfile (char *name); |
18 | void lua_closefile (void); | ||
19 | void lua_openstring (char *s); | ||
20 | void lua_closestring (void); | ||
21 | 18 | ||
22 | void luaI_predefine (void); | 19 | void luaI_predefine (void); |
23 | 20 | ||