summaryrefslogtreecommitdiffstats
path: root/battlestar/extern.h
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2000-09-24 14:11:09 +0000
committerjsm <jsm@NetBSD.org>2000-09-24 14:11:09 +0000
commit409964f65b6f27996ef748f75c5bbb01289ccee7 (patch)
treeb35c0d9889407595eb5cde74fba924840010589f /battlestar/extern.h
parent7a2bc06c6dfa7fa4b056af30eb3e2f1ad8e485a2 (diff)
downloadbsdgames-darwin-409964f65b6f27996ef748f75c5bbb01289ccee7.tar.gz
bsdgames-darwin-409964f65b6f27996ef748f75c5bbb01289ccee7.tar.zst
bsdgames-darwin-409964f65b6f27996ef748f75c5bbb01289ccee7.zip
Make hash table static in parse.c.
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 {