diff options
author | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1994-10-11 11:38:17 -0300 |
---|---|---|
committer | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1994-10-11 11:38:17 -0300 |
commit | ceaaa0cca8e02b102963730e8df25ac4fbe5f2dd (patch) | |
tree | 3483f2a4299b5605f1838d5651446f6a2b0b1111 /inout.h | |
parent | 82ceb12b7af8411e543ac8672a4d5ad4652de0fc (diff) | |
download | lua-ceaaa0cca8e02b102963730e8df25ac4fbe5f2dd.tar.gz lua-ceaaa0cca8e02b102963730e8df25ac4fbe5f2dd.tar.bz2 lua-ceaaa0cca8e02b102963730e8df25ac4fbe5f2dd.zip |
Correcao do tratamento de erro reportado dentro de uma funcao.
Diffstat (limited to 'inout.h')
-rw-r--r-- | inout.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: $ | 2 | ** $Id: inout.h,v 1.1 1993/12/17 18:41:19 celes Exp $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | 5 | ||
@@ -14,7 +14,7 @@ int lua_openfile (char *fn); | |||
14 | void lua_closefile (void); | 14 | void lua_closefile (void); |
15 | int lua_openstring (char *s); | 15 | int lua_openstring (char *s); |
16 | void lua_closestring (void); | 16 | void lua_closestring (void); |
17 | int lua_pushfunction (int file, int function); | 17 | int lua_pushfunction (char *file, int function); |
18 | void lua_popfunction (void); | 18 | void lua_popfunction (void); |
19 | void lua_reportbug (char *s); | 19 | void lua_reportbug (char *s); |
20 | 20 | ||