diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-03 19:48:36 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-03 19:48:36 -0200 |
commit | 852d9a859733ebf7322474c05244105e4f2748a2 (patch) | |
tree | d199091d514625e262cfd8dac109cbfbe31fc457 /table.h | |
parent | 6b18cc9a170c1e3fbfcfe98cb771375ce164d6bf (diff) | |
download | lua-852d9a859733ebf7322474c05244105e4f2748a2.tar.gz lua-852d9a859733ebf7322474c05244105e4f2748a2.tar.bz2 lua-852d9a859733ebf7322474c05244105e4f2748a2.zip |
function 'lua_addfile' returns an error message
Diffstat (limited to 'table.h')
-rw-r--r-- | table.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** Module to control static tables | 2 | ** Module to control static tables |
3 | ** TeCGraf - PUC-Rio | 3 | ** TeCGraf - PUC-Rio |
4 | ** $Id: table.h,v 2.2 1994/07/19 21:27:18 celes Exp $ | 4 | ** $Id: table.h,v 2.3 1994/10/17 19:03:23 celes Exp roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef table_h | 7 | #ifndef table_h |
@@ -25,7 +25,7 @@ void lua_travsymbol (void (*fn)(Object *)); | |||
25 | void lua_markobject (Object *o); | 25 | void lua_markobject (Object *o); |
26 | void lua_pack (void); | 26 | void lua_pack (void); |
27 | char *lua_createstring (char *s); | 27 | char *lua_createstring (char *s); |
28 | int lua_addfile (char *fn); | 28 | char *lua_addfile (char *fn); |
29 | int lua_delfile (void); | 29 | int lua_delfile (void); |
30 | char *lua_filename (void); | 30 | char *lua_filename (void); |
31 | void lua_nextvar (void); | 31 | void lua_nextvar (void); |