Correcao do tratamento de erro reportado dentro de uma funcao.

This commit is contained in:
Waldemar Celes
1994-10-11 11:38:17 -03:00
parent 82ceb12b7a
commit ceaaa0cca8
4 changed files with 16 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: $
** $Id: inout.h,v 1.1 1993/12/17 18:41:19 celes Exp $
*/
@@ -14,7 +14,7 @@ int lua_openfile (char *fn);
void lua_closefile (void);
int lua_openstring (char *s);
void lua_closestring (void);
int lua_pushfunction (int file, int function);
int lua_pushfunction (char *file, int function);
void lua_popfunction (void);
void lua_reportbug (char *s);