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
commit73be894f2dbe255574064dff4a2b294d31e06dbb (patch)
treefda9b61d391e2d6487e3f3e459128e44831bf03d
parentaee98085bd5661a6334d261439be9bd5a9cf892c (diff)
downloadtxr-73be894f2dbe255574064dff4a2b294d31e06dbb.tar.gz
txr-73be894f2dbe255574064dff4a2b294d31e06dbb.tar.bz2
txr-73be894f2dbe255574064dff4a2b294d31e06dbb.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[] = {