diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-01 15:54:31 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-01 15:54:31 -0200 |
commit | 41e4c5798ee95404f6687def4bbed236566db676 (patch) | |
tree | 7d1b8ecfde62af636540e5656f8ce28776798615 /hash.c | |
parent | fb23cd2e26163da34e541b64f5cfd6168ce32840 (diff) | |
download | lua-41e4c5798ee95404f6687def4bbed236566db676.tar.gz lua-41e4c5798ee95404f6687def4bbed236566db676.tar.bz2 lua-41e4c5798ee95404f6687def4bbed236566db676.zip |
small corrections
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,13 +3,11 @@ | |||
3 | ** hash manager for lua | 3 | ** hash manager for lua |
4 | */ | 4 | */ |
5 | 5 | ||
6 | char *rcs_hash="$Id: hash.c,v 2.8 1994/10/11 12:59:49 celes Exp $"; | 6 | char *rcs_hash="$Id: hash.c,v 2.9 1994/10/17 19:03:23 celes Exp roberto $"; |
7 | 7 | ||
8 | #include <string.h> | 8 | #include <string.h> |
9 | #include <stdlib.h> | 9 | #include <stdlib.h> |
10 | 10 | ||
11 | #include "mm.h" | ||
12 | |||
13 | #include "opcode.h" | 11 | #include "opcode.h" |
14 | #include "hash.h" | 12 | #include "hash.h" |
15 | #include "inout.h" | 13 | #include "inout.h" |