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: $ | 4 | ** $Id: table.h,v 1.1 1993/12/17 18:41:19 celes Exp roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef table_h | 7 | #ifndef table_h |
@@ -26,7 +26,6 @@ extern int lua_nfile; | |||
26 | 26 | ||
27 | 27 | ||
28 | int lua_findsymbol (char *s); | 28 | int lua_findsymbol (char *s); |
29 | int lua_findenclosedconstant (char *s); | ||
30 | int lua_findconstant (char *s); | 29 | int lua_findconstant (char *s); |
31 | void lua_markobject (Object *o); | 30 | void lua_markobject (Object *o); |
32 | char *lua_createstring (char *s); | 31 | char *lua_createstring (char *s); |