summaryrefslogtreecommitdiff
path: root/cpp/hash.c
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2002-08-11 08:50:48 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:48 +0200
commit26ade8d624457b7164502ed9c190ca3f146bda0c (patch)
tree75a70b6a562bc595c971e170994a8e302a8c7b3b /cpp/hash.c
parent660429af0232d4afcb3e03fb0437053dd6e16286 (diff)
downloaddev86-26ade8d624457b7164502ed9c190ca3f146bda0c.tar.gz
Import Dev86src-0.16.8.tar.gzv0.16.8
Diffstat (limited to 'cpp/hash.c')
-rw-r--r--cpp/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/hash.c b/cpp/hash.c
index 3d340e8..11c32da 100644
--- a/cpp/hash.c
+++ b/cpp/hash.c
@@ -23,7 +23,7 @@ struct hashentry
struct hashentry ** hashtable;
int hashsize = 0xFF; /* 2^X -1 */
int hashcount = 0;
-static int hashvalue();
+static int hashvalue _P((int namespace, char * word));
void *
read_entry(namespace, word)