setparsedfile is extern; luaz_... changed to luaZ_...

This commit is contained in:
Roberto Ierusalimschy
1997-06-19 15:04:34 -03:00
parent 88f020b626
commit 6bb2cac3db
2 changed files with 12 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: inout.h,v 1.18 1997/06/16 16:50:22 roberto Exp roberto $
** $Id: inout.h,v 1.19 1997/06/18 20:35:49 roberto Exp roberto $
*/
@@ -14,10 +14,7 @@ extern Word lua_linenumber;
extern Word lua_debugline;
extern char *lua_parsedfile;
FILE *lua_openfile (char *fn);
void lua_closefile (void);
void lua_openstring (char *s);
void lua_closestring (void);
void luaI_setparsedfile (char *name);
void luaI_predefine (void);