Correcao do tratamento de erro reportado dentro de uma funcao.
This commit is contained in:
4
inout.h
4
inout.h
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user