diff options
Diffstat (limited to 'table.h')
-rw-r--r-- | table.h | 6 |
1 files changed, 1 insertions, 5 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.5 1994/11/14 21:40:14 roberto Exp roberto $ | 4 | ** $Id: table.h,v 2.6 1994/11/16 16:03:48 roberto Exp roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef table_h | 7 | #ifndef table_h |
@@ -15,10 +15,6 @@ extern char **lua_constant; | |||
15 | extern char *lua_file[]; | 15 | extern char *lua_file[]; |
16 | extern int lua_nfile; | 16 | extern int lua_nfile; |
17 | 17 | ||
18 | extern Word lua_block; | ||
19 | extern Word lua_nentity; | ||
20 | extern Word lua_recovered; | ||
21 | |||
22 | 18 | ||
23 | void lua_initconstant (void); | 19 | void lua_initconstant (void); |
24 | int luaI_findsymbolbyname (char *name); | 20 | int luaI_findsymbolbyname (char *name); |