summaryrefslogtreecommitdiffstats
path: root/battlestar/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'battlestar/extern.h')
-rw-r--r--battlestar/extern.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/battlestar/extern.h b/battlestar/extern.h
index 811ef051..e03cdd39 100644
--- a/battlestar/extern.h
+++ b/battlestar/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.24 2000/09/24 09:46:28 jsm Exp $ */
+/* $NetBSD: extern.h,v 1.25 2000/09/24 14:11:09 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -302,10 +302,6 @@ struct wlist {
int value, article;
struct wlist *next;
};
-#define HASHSIZE 256
-#define HASHMUL 81
-#define HASHMASK (HASHSIZE - 1)
-extern struct wlist *hashtab[HASHSIZE];
extern struct wlist wlist[];
struct objs {