diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-16 18:58:27 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-16 18:58:27 -0800 |
commit | 92ce59db0a58c570316b13359d85a13a152dc808 (patch) | |
tree | 981c07a3835270e6d052a9dc5cbf2100b7645590 /match.c | |
parent | a13407a0218bf5acc2c670339eb07c915848c4bf (diff) | |
download | txr-92ce59db0a58c570316b13359d85a13a152dc808.tar.gz txr-92ce59db0a58c570316b13359d85a13a152dc808.tar.bz2 txr-92ce59db0a58c570316b13359d85a13a152dc808.zip |
Version 028.
Diffstat (limited to 'match.c')
-rw-r--r-- | match.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -249,7 +249,7 @@ static val dest_bind(val bindings, val pattern, val value) return t; piter = cdr(piter); viter = cdr(viter); - } while (consp(piter) && consp(viter)); + } if (bindable(piter)) { bindings = dest_bind(bindings, piter, viter); |