diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-02-06 14:18:21 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-02-06 14:18:21 -0200 |
commit | a0ef046ef16e6bbf99fbbe594638593089253483 (patch) | |
tree | 6ba0cd66fee0d49d1afce9f51c400061831cc646 | |
parent | 5fa51fc4263522d8c5056d76aacbb77e52a3b1ea (diff) | |
download | lua-a0ef046ef16e6bbf99fbbe594638593089253483.tar.gz lua-a0ef046ef16e6bbf99fbbe594638593089253483.tar.bz2 lua-a0ef046ef16e6bbf99fbbe594638593089253483.zip |
elimination of unused declarations (left from old modifications)
-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); |