diff options
author | Mark H Weaver <mhw@netris.org> | 2012-02-15 00:17:18 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2012-02-15 00:17:18 -0500 |
commit | 30398e94f9cadfaff44117bbff214b0b7ba703ca (patch) | |
tree | e3f6859619fc00bffb2d05c358cf5b7f32faa849 /libguile/srcprop.c | |
parent | db2430688723676a3c7025d04aa1abd73c6b328e (diff) | |
download | guile-30398e94f9cadfaff44117bbff214b0b7ba703ca.tar.gz |
Fix psyntax bugs that would cause bad source annotations
* module/ice-9/psyntax.scm (rebuild-macro-output): Fix two bugs that
would cause bogus source properties to be added to vectors and
macro-introduced syntax objects. These bugs were masked by the
limitation that only pairs can be decorated with source properties.
Due to a typo, each vector in the macro output was decorated using the
vector itself as its source. Due to accidental variable capture, each
syntax-object introduced by the macro had its expression decorated
with its own wrap-subst.
* module/ice-9/psyntax-pp.scm: Regenerate.
Diffstat (limited to 'libguile/srcprop.c')
0 files changed, 0 insertions, 0 deletions