diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-03-31 11:19:01 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-03-31 11:19:01 -0300 |
commit | 373363cb693b80c172534467e0458cea96c64f2a (patch) | |
tree | 80373e0a76dca8b776316c87ccf30fc77d5215db /hash.c | |
parent | ad5574c4c97af3ef863a6fb4b72142f3780103b2 (diff) | |
download | lua-373363cb693b80c172534467e0458cea96c64f2a.tar.gz lua-373363cb693b80c172534467e0458cea96c64f2a.tar.bz2 lua-373363cb693b80c172534467e0458cea96c64f2a.zip |
new name for old "mem.h" (conflicts with some compiler libraries)
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,10 +3,10 @@ | |||
3 | ** hash manager for lua | 3 | ** hash manager for lua |
4 | */ | 4 | */ |
5 | 5 | ||
6 | char *rcs_hash="$Id: hash.c,v 2.37 1997/03/21 18:52:37 roberto Exp roberto $"; | 6 | char *rcs_hash="$Id: hash.c,v 2.38 1997/03/31 14:02:58 roberto Exp roberto $"; |
7 | 7 | ||
8 | 8 | ||
9 | #include "mem.h" | 9 | #include "luamem.h" |
10 | #include "opcode.h" | 10 | #include "opcode.h" |
11 | #include "hash.h" | 11 | #include "hash.h" |
12 | #include "table.h" | 12 | #include "table.h" |