aboutsummaryrefslogtreecommitdiff
path: root/inout.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 /inout.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 'inout.c')
-rw-r--r--inout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/inout.c b/inout.c
index f2aec14c..f7b789db 100644
--- a/inout.c
+++ b/inout.c
@@ -5,7 +5,7 @@
5** Also provides some predefined lua functions. 5** Also provides some predefined lua functions.
6*/ 6*/
7 7
8char *rcs_inout="$Id: inout.c,v 2.47 1997/03/19 19:41:10 roberto Exp roberto $"; 8char *rcs_inout="$Id: inout.c,v 2.48 1997/03/20 19:20:23 roberto Exp roberto $";
9 9
10#include <stdio.h> 10#include <stdio.h>
11#include <string.h> 11#include <string.h>
@@ -18,7 +18,7 @@ char *rcs_inout="$Id: inout.c,v 2.47 1997/03/19 19:41:10 roberto Exp roberto $";
18#include "tree.h" 18#include "tree.h"
19#include "lua.h" 19#include "lua.h"
20#include "hash.h" 20#include "hash.h"
21#include "mem.h" 21#include "luamem.h"
22#include "fallback.h" 22#include "fallback.h"
23 23
24 24