diff options
Diffstat (limited to 'table.h')
-rw-r--r-- | table.h | 3 |
1 files changed, 1 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.6 1994/11/16 16:03:48 roberto Exp roberto $ | 4 | ** $Id: table.h,v 2.7 1994/11/17 13:58:57 roberto Exp roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef table_h | 7 | #ifndef table_h |
@@ -23,7 +23,6 @@ int luaI_findconstant (TreeNode *t); | |||
23 | void lua_travsymbol (void (*fn)(Object *)); | 23 | void lua_travsymbol (void (*fn)(Object *)); |
24 | void lua_markobject (Object *o); | 24 | void lua_markobject (Object *o); |
25 | void lua_pack (void); | 25 | void lua_pack (void); |
26 | char *lua_createstring (char *s); | ||
27 | char *lua_addfile (char *fn); | 26 | char *lua_addfile (char *fn); |
28 | int lua_delfile (void); | 27 | int lua_delfile (void); |
29 | char *lua_filename (void); | 28 | char *lua_filename (void); |