summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-11-07 20:52:37 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-11-07 20:52:37 -0800
commit1783f215d2e0e00b3b1c6db2a6a9df2ed3d699e3 (patch)
treefda9b61d391e2d6487e3f3e459128e44831bf03d
parent05d09a44cdecb34f32891d0750779cfe10339e3b (diff)
downloadtxr-1783f215d2e0e00b3b1c6db2a6a9df2ed3d699e3.tar.gz
txr-1783f215d2e0e00b3b1c6db2a6a9df2ed3d699e3.tar.bz2
txr-1783f215d2e0e00b3b1c6db2a6a9df2ed3d699e3.zip
gethash_l: C99 fix for Solaris.txr-201
* hash.c (gethash_l): C99 inline instantiation updated to match new type signature.
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index c6df9581..061706a0 100644
--- a/hash.c
+++ b/hash.c
@@ -104,7 +104,7 @@ static int hash_str_limit = INT_MAX, hash_rec_limit = 32;
/* C99 inline instantiations. */
#if __STDC_VERSION__ >= 199901L
-loc gethash_l(val hash, val key, loc new_p);
+loc gethash_l(val self, val hash, val key, loc new_p);
#endif
static u32_t randbox[] = {