aboutsummaryrefslogtreecommitdiff
path: root/table.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-03 19:48:36 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-03 19:48:36 -0200
commit852d9a859733ebf7322474c05244105e4f2748a2 (patch)
treed199091d514625e262cfd8dac109cbfbe31fc457 /table.h
parent6b18cc9a170c1e3fbfcfe98cb771375ce164d6bf (diff)
downloadlua-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/table.h b/table.h
index 2ef50b0a..a885f201 100644
--- a/table.h
+++ b/table.h
@@ -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 *));
25void lua_markobject (Object *o); 25void lua_markobject (Object *o);
26void lua_pack (void); 26void lua_pack (void);
27char *lua_createstring (char *s); 27char *lua_createstring (char *s);
28int lua_addfile (char *fn); 28char *lua_addfile (char *fn);
29int lua_delfile (void); 29int lua_delfile (void);
30char *lua_filename (void); 30char *lua_filename (void);
31void lua_nextvar (void); 31void lua_nextvar (void);