diff options
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.17 1996/02/12 18:32:40 roberto Exp roberto $ | 4 | ** $Id: table.h,v 2.18 1996/02/14 13:35:51 roberto Exp roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef table_h | 7 | #ifndef table_h |
@@ -26,7 +26,7 @@ Word luaI_findsymbolbyname (char *name); | |||
26 | Word luaI_findsymbol (TaggedString *t); | 26 | Word luaI_findsymbol (TaggedString *t); |
27 | Word luaI_findconstant (TaggedString *t); | 27 | Word luaI_findconstant (TaggedString *t); |
28 | Word luaI_findconstantbyname (char *name); | 28 | Word luaI_findconstantbyname (char *name); |
29 | TaggedString *lua_constcreate (char *str); | 29 | TaggedString *luaI_createfixedstring (char *str); |
30 | int lua_markobject (Object *o); | 30 | int lua_markobject (Object *o); |
31 | Long luaI_collectgarbage (void); | 31 | Long luaI_collectgarbage (void); |
32 | void lua_pack (void); | 32 | void lua_pack (void); |