diff options
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,9 +3,8 @@ | |||
3 | ** hash manager for lua | 3 | ** hash manager for lua |
4 | */ | 4 | */ |
5 | 5 | ||
6 | char *rcs_hash="$Id: hash.c,v 2.26 1995/10/04 14:20:26 roberto Exp $"; | 6 | char *rcs_hash="$Id: hash.c,v 2.28 1996/02/12 18:32:40 roberto Exp roberto $"; |
7 | 7 | ||
8 | #include <string.h> | ||
9 | 8 | ||
10 | #include "mem.h" | 9 | #include "mem.h" |
11 | #include "opcode.h" | 10 | #include "opcode.h" |