aboutsummaryrefslogtreecommitdiff
path: root/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'table.c')
-rw-r--r--table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/table.c b/table.c
index cdcf4673..71912404 100644
--- a/table.c
+++ b/table.c
@@ -3,9 +3,9 @@
3** Module to control static tables 3** Module to control static tables
4*/ 4*/
5 5
6char *rcs_table="$Id: table.c,v 2.63 1997/03/26 22:22:41 roberto Exp roberto $"; 6char *rcs_table="$Id: table.c,v 2.64 1997/03/31 14:02:58 roberto Exp roberto $";
7 7
8#include "mem.h" 8#include "luamem.h"
9#include "opcode.h" 9#include "opcode.h"
10#include "tree.h" 10#include "tree.h"
11#include "hash.h" 11#include "hash.h"