From 373363cb693b80c172534467e0458cea96c64f2a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 31 Mar 1997 11:19:01 -0300 Subject: new name for old "mem.h" (conflicts with some compiler libraries) --- table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'table.c') diff --git a/table.c b/table.c index cdcf4673..71912404 100644 --- a/table.c +++ b/table.c @@ -3,9 +3,9 @@ ** Module to control static tables */ -char *rcs_table="$Id: table.c,v 2.63 1997/03/26 22:22:41 roberto Exp roberto $"; +char *rcs_table="$Id: table.c,v 2.64 1997/03/31 14:02:58 roberto Exp roberto $"; -#include "mem.h" +#include "luamem.h" #include "opcode.h" #include "tree.h" #include "hash.h" -- cgit v1.2.3-55-g6feb