aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);