diff options
| -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.14 1996/01/22 14:15:13 roberto Exp roberto $ | 4 | ** $Id: table.h,v 2.15 1996/01/26 18:03:19 roberto Exp roberto $ |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #ifndef table_h | 7 | #ifndef table_h |
| @@ -20,10 +20,6 @@ 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 | extern char *lua_file[]; | ||
| 24 | extern int lua_nfile; | ||
| 25 | |||
| 26 | |||
| 27 | void lua_initconstant (void); | 23 | void lua_initconstant (void); |
| 28 | Word luaI_findsymbolbyname (char *name); | 24 | Word luaI_findsymbolbyname (char *name); |
| 29 | Word luaI_findsymbol (TreeNode *t); | 25 | Word luaI_findsymbol (TreeNode *t); |
