aboutsummaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-01 15:54:31 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-01 15:54:31 -0200
commit41e4c5798ee95404f6687def4bbed236566db676 (patch)
tree7d1b8ecfde62af636540e5656f8ce28776798615 /hash.c
parentfb23cd2e26163da34e541b64f5cfd6168ce32840 (diff)
downloadlua-41e4c5798ee95404f6687def4bbed236566db676.tar.gz
lua-41e4c5798ee95404f6687def4bbed236566db676.tar.bz2
lua-41e4c5798ee95404f6687def4bbed236566db676.zip
small corrections
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/hash.c b/hash.c
index 97d6efb0..67d8f097 100644
--- a/hash.c
+++ b/hash.c
@@ -3,13 +3,11 @@
3** hash manager for lua 3** hash manager for lua
4*/ 4*/
5 5
6char *rcs_hash="$Id: hash.c,v 2.8 1994/10/11 12:59:49 celes Exp $"; 6char *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"