summaryrefslogtreecommitdiffstats
path: root/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'hash.h')
-rw-r--r--hash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hash.h b/hash.h
index 72752f72..3796882b 100644
--- a/hash.h
+++ b/hash.h
@@ -25,7 +25,6 @@
*/
extern val weak_keys_k, weak_vals_k, equal_based_k;
-extern val hash_construct_s;
val make_hash(val weak_keys, val weak_vals, val equal_based);
val *gethash_l(val hash, val key, val *new_p);