summaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index 92a05191..2cc7acf4 100644
--- a/hash.c
+++ b/hash.c
@@ -73,6 +73,11 @@ val weak_keys_k, weak_vals_k, equal_based_k;
*/
static struct hash *reachable_weak_hashes;
+/* C99 inline instantiations. */
+#if __STDC_VERSION__ >= 199901L
+loc gethash_l(val hash, val key, loc new_p);
+#endif
+
/*
* This is is an adaptation of hashpjw, from Compilers: Principles, Techniques
* and Tools, Aho, Sethi, Ulman, 1988. P. 436. The register is wider by