diff options
Diffstat (limited to 'table.h')
-rw-r--r-- | table.h | 8 |
1 files changed, 4 insertions, 4 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.8 1994/11/18 19:27:38 roberto Exp roberto $ | 4 | ** $Id: table.h,v 2.9 1994/11/23 14:31:11 roberto Stab roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef table_h | 7 | #ifndef table_h |
@@ -18,9 +18,9 @@ extern int lua_nfile; | |||
18 | 18 | ||
19 | 19 | ||
20 | void lua_initconstant (void); | 20 | void lua_initconstant (void); |
21 | int luaI_findsymbolbyname (char *name); | 21 | Word luaI_findsymbolbyname (char *name); |
22 | int luaI_findsymbol (TreeNode *t); | 22 | Word luaI_findsymbol (TreeNode *t); |
23 | int luaI_findconstant (TreeNode *t); | 23 | Word luaI_findconstant (TreeNode *t); |
24 | void lua_travsymbol (void (*fn)(Object *)); | 24 | 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); |