diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-10-11 08:23:44 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-10-11 08:23:44 -0700 |
commit | e1608fed99cb278d322a27f68c5cb7458934544d (patch) | |
tree | e83944be826090afa5711c6034194a77770a16dd /Makefile | |
parent | 2838fb0ab11336c46bb3ed43a147c1cdf843630d (diff) | |
download | txr-e1608fed99cb278d322a27f68c5cb7458934544d.tar.gz txr-e1608fed99cb278d322a27f68c5cb7458934544d.tar.bz2 txr-e1608fed99cb278d322a27f68c5cb7458934544d.zip |
expander: origin_hash must be eq-based.
* eval.c (eval_init): Initialize origin_hash as eq-based hash
table, not eql-based. The main culprit are range #R(x y)
objects. eql equality recurses over these, and if it
encounters a circular one like #R(#1# #1#), it crashes.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions