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

2
func.c
View File

@@ -2,7 +2,7 @@
#include "luadebug.h"
#include "table.h"
#include "mem.h"
#include "luamem.h"
#include "func.h"
#include "opcode.h"