aboutsummaryrefslogtreecommitdiff
path: root/luamem.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-03-31 11:19:01 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-03-31 11:19:01 -0300
commit373363cb693b80c172534467e0458cea96c64f2a (patch)
tree80373e0a76dca8b776316c87ccf30fc77d5215db /luamem.h
parentad5574c4c97af3ef863a6fb4b72142f3780103b2 (diff)
downloadlua-373363cb693b80c172534467e0458cea96c64f2a.tar.gz
lua-373363cb693b80c172534467e0458cea96c64f2a.tar.bz2
lua-373363cb693b80c172534467e0458cea96c64f2a.zip
new name for old "mem.h" (conflicts with some compiler libraries)
Diffstat (limited to 'luamem.h')
-rw-r--r--luamem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/luamem.h b/luamem.h
index cbc973b2..e338183d 100644
--- a/luamem.h
+++ b/luamem.h
@@ -1,11 +1,11 @@
1/* 1/*
2** mem.c 2** mem.c
3** memory manager for lua 3** memory manager for lua
4** $Id: mem.h,v 1.7 1996/04/22 18:00:37 roberto Exp roberto $ 4** $Id: luamem.h,v 1.8 1996/05/24 14:31:10 roberto Exp roberto $
5*/ 5*/
6 6
7#ifndef mem_h 7#ifndef luamem_h
8#define mem_h 8#define luamem_h
9 9
10#ifndef NULL 10#ifndef NULL
11#define NULL 0 11#define NULL 0