summaryrefslogtreecommitdiff
path: root/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'table.h')
-rw-r--r--table.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/table.h b/table.h
index 0c2f0c0a..d65751f8 100644
--- a/table.h
+++ b/table.h
@@ -1,16 +1,17 @@
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.7 1994/11/17 13:58:57 roberto Exp roberto $ 4** $Id: table.h,v 2.8 1994/11/18 19:27:38 roberto Exp roberto $
5*/ 5*/
6 6
7#ifndef table_h 7#ifndef table_h
8#define table_h 8#define table_h
9 9
10#include "tree.h" 10#include "tree.h"
11#include "opcode.h"
11 12
12extern Symbol *lua_table; 13extern Symbol *lua_table;
13extern char **lua_constant; 14extern TaggedString **lua_constant;
14 15
15extern char *lua_file[]; 16extern char *lua_file[];
16extern int lua_nfile; 17extern int lua_nfile;