diff options
Diffstat (limited to 'table.h')
-rw-r--r-- | table.h | 3 |
1 files changed, 2 insertions, 1 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.22 1997/02/26 17:38:41 roberto Unstable roberto $ | 4 | ** $Id: table.h,v 2.23 1997/03/31 14:02:58 roberto Exp roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef table_h | 7 | #ifndef table_h |
@@ -28,6 +28,7 @@ Word luaI_findsymbolbyname (char *name); | |||
28 | Word luaI_findsymbol (TaggedString *t); | 28 | Word luaI_findsymbol (TaggedString *t); |
29 | Word luaI_findconstant (TaggedString *t); | 29 | Word luaI_findconstant (TaggedString *t); |
30 | Word luaI_findconstantbyname (char *name); | 30 | Word luaI_findconstantbyname (char *name); |
31 | int luaI_globaldefined (char *name); | ||
31 | void luaI_nextvar (void); | 32 | void luaI_nextvar (void); |
32 | TaggedString *luaI_createfixedstring (char *str); | 33 | TaggedString *luaI_createfixedstring (char *str); |
33 | int lua_markobject (TObject *o); | 34 | int lua_markobject (TObject *o); |