diff options
Diffstat (limited to 'table.h')
-rw-r--r-- | table.h | 5 |
1 files changed, 3 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.16 1996/02/06 16:18:21 roberto Exp roberto $ | 4 | ** $Id: table.h,v 2.17 1996/02/12 18:32:40 roberto Exp roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef table_h | 7 | #ifndef table_h |
@@ -20,7 +20,8 @@ typedef struct | |||
20 | extern Symbol *lua_table; | 20 | extern Symbol *lua_table; |
21 | extern TaggedString **lua_constant; | 21 | extern TaggedString **lua_constant; |
22 | 22 | ||
23 | void lua_initconstant (void); | 23 | void luaI_initsymbol (void); |
24 | void luaI_initconstant (void); | ||
24 | Word luaI_findsymbolbyname (char *name); | 25 | Word luaI_findsymbolbyname (char *name); |
25 | Word luaI_findsymbol (TaggedString *t); | 26 | Word luaI_findsymbol (TaggedString *t); |
26 | Word luaI_findconstant (TaggedString *t); | 27 | Word luaI_findconstant (TaggedString *t); |