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
lex.c
View File

@@ -1,11 +1,11 @@
char *rcs_lex = "$Id: lex.c,v 2.42 1997/02/07 13:49:46 roberto Exp roberto $";
char *rcs_lex = "$Id: lex.c,v 2.43 1997/03/18 15:30:50 roberto Exp roberto $";
#include <ctype.h>
#include <string.h>
#include "auxlib.h"
#include "mem.h"
#include "luamem.h"
#include "tree.h"
#include "table.h"
#include "lex.h"