aboutsummaryrefslogtreecommitdiff
path: root/func.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 /func.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 'func.c')
-rw-r--r--func.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/func.c b/func.c
index f6055041..5b15228e 100644
--- a/func.c
+++ b/func.c
@@ -2,7 +2,7 @@
2 2
3#include "luadebug.h" 3#include "luadebug.h"
4#include "table.h" 4#include "table.h"
5#include "mem.h" 5#include "luamem.h"
6#include "func.h" 6#include "func.h"
7#include "opcode.h" 7#include "opcode.h"
8 8