aboutsummaryrefslogtreecommitdiff
path: root/luamem.c
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.c
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.c')
-rw-r--r--luamem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/luamem.c b/luamem.c
index be08b608..59cc8c11 100644
--- a/luamem.c
+++ b/luamem.c
@@ -3,11 +3,11 @@
3** TecCGraf - PUC-Rio 3** TecCGraf - PUC-Rio
4*/ 4*/
5 5
6char *rcs_mem = "$Id: mem.c,v 1.14 1997/02/25 11:12:28 roberto Exp roberto $"; 6char *rcs_luamem = "$Id: mem.c,v 1.14 1997/03/03 19:55:38 roberto Exp roberto $";
7 7
8#include <stdlib.h> 8#include <stdlib.h>
9 9
10#include "mem.h" 10#include "luamem.h"
11#include "lua.h" 11#include "lua.h"
12 12
13 13