diff options
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |