aboutsummaryrefslogtreecommitdiff
path: root/inout.h
diff options
context:
space:
mode:
authorWaldemar Celes <celes@tecgraf.puc-rio.br>1994-10-11 11:38:17 -0300
committerWaldemar Celes <celes@tecgraf.puc-rio.br>1994-10-11 11:38:17 -0300
commitceaaa0cca8e02b102963730e8df25ac4fbe5f2dd (patch)
tree3483f2a4299b5605f1838d5651446f6a2b0b1111 /inout.h
parent82ceb12b7af8411e543ac8672a4d5ad4652de0fc (diff)
downloadlua-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inout.h b/inout.h
index 63f6771e..2b95a7bf 100644
--- a/inout.h
+++ b/inout.h
@@ -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);
14void lua_closefile (void); 14void lua_closefile (void);
15int lua_openstring (char *s); 15int lua_openstring (char *s);
16void lua_closestring (void); 16void lua_closestring (void);
17int lua_pushfunction (int file, int function); 17int lua_pushfunction (char *file, int function);
18void lua_popfunction (void); 18void lua_popfunction (void);
19void lua_reportbug (char *s); 19void lua_reportbug (char *s);
20 20