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

View File

@@ -1,11 +1,11 @@
/*
** mem.c
** memory manager for lua
** $Id: mem.h,v 1.7 1996/04/22 18:00:37 roberto Exp roberto $
** $Id: luamem.h,v 1.8 1996/05/24 14:31:10 roberto Exp roberto $
*/
#ifndef mem_h
#define mem_h
#ifndef luamem_h
#define luamem_h
#ifndef NULL
#define NULL 0