aboutsummaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hash.c b/hash.c
index 9e0170c4..801bf971 100644
--- a/hash.c
+++ b/hash.c
@@ -3,10 +3,10 @@
3** hash manager for lua 3** hash manager for lua
4*/ 4*/
5 5
6char *rcs_hash="$Id: hash.c,v 2.37 1997/03/21 18:52:37 roberto Exp roberto $"; 6char *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"