aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-06 14:18:21 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-06 14:18:21 -0200
commita0ef046ef16e6bbf99fbbe594638593089253483 (patch)
tree6ba0cd66fee0d49d1afce9f51c400061831cc646
parent5fa51fc4263522d8c5056d76aacbb77e52a3b1ea (diff)
downloadlua-a0ef046ef16e6bbf99fbbe594638593089253483.tar.gz
lua-a0ef046ef16e6bbf99fbbe594638593089253483.tar.bz2
lua-a0ef046ef16e6bbf99fbbe594638593089253483.zip
elimination of unused declarations (left from old modifications)
-rw-r--r--table.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/table.h b/table.h
index cb2ef006..10c89a92 100644
--- a/table.h
+++ b/table.h
@@ -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
20extern Symbol *lua_table; 20extern Symbol *lua_table;
21extern TaggedString **lua_constant; 21extern TaggedString **lua_constant;
22 22
23extern char *lua_file[];
24extern int lua_nfile;
25
26
27void lua_initconstant (void); 23void lua_initconstant (void);
28Word luaI_findsymbolbyname (char *name); 24Word luaI_findsymbolbyname (char *name);
29Word luaI_findsymbol (TreeNode *t); 25Word luaI_findsymbol (TreeNode *t);