aboutsummaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/hash.c b/hash.c
index 549338a1..0b823092 100644
--- a/hash.c
+++ b/hash.c
@@ -4,7 +4,7 @@
4** Luiz Henrique de Figueiredo - 17 Aug 90 4** Luiz Henrique de Figueiredo - 17 Aug 90
5*/ 5*/
6 6
7char *rcs_hash="$Id: hash.c,v 1.2 1994/03/28 15:14:02 celes Exp celes $"; 7char *rcs_hash="$Id: hash.c,v 2.1 1994/04/20 22:07:57 celes Exp celes $";
8 8
9#include <string.h> 9#include <string.h>
10#include <stdlib.h> 10#include <stdlib.h>
@@ -31,9 +31,6 @@ char *rcs_hash="$Id: hash.c,v 1.2 1994/03/28 15:14:02 celes Exp celes $";
31#define ref_nvalue(n) (nvalue(&(n)->ref)) 31#define ref_nvalue(n) (nvalue(&(n)->ref))
32#define ref_svalue(n) (svalue(&(n)->ref)) 32#define ref_svalue(n) (svalue(&(n)->ref))
33 33
34#ifndef ARRAYBLOCK
35#define ARRAYBLOCK 50
36#endif
37 34
38typedef struct ArrayList 35typedef struct ArrayList
39{ 36{