new name for old "mem.h" (conflicts with some compiler libraries)

This commit is contained in:
Roberto Ierusalimschy
1997-03-31 11:19:01 -03:00
parent ad5574c4c9
commit 373363cb69
12 changed files with 35 additions and 35 deletions

4
hash.c
View File

@@ -3,10 +3,10 @@
** hash manager for lua
*/
char *rcs_hash="$Id: hash.c,v 2.37 1997/03/21 18:52:37 roberto Exp roberto $";
char *rcs_hash="$Id: hash.c,v 2.38 1997/03/31 14:02:58 roberto Exp roberto $";
#include "mem.h"
#include "luamem.h"
#include "opcode.h"
#include "hash.h"
#include "table.h"