source location propagation fixes in psyntax
authorAndy Wingo <wingo@pobox.com>
Sat, 5 Jun 2010 17:40:43 +0000 (19:40 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 5 Jun 2010 17:40:43 +0000 (19:40 +0200)
commita96434cc33eab7d593b148d57056863a9f814b41
tree3035df52c941e3e127825646b92ab999f727421c
parentca4353f4161dc89b15e5cc319e37d2188d7bae7c
source location propagation fixes in psyntax

* module/ice-9/psyntax.scm (syntax-type): Add some comments about source
  locations. In calls to chi-macro, pass the source location
  information. Propagate source location information when unpacking
  syntax objects.
  (chi-macro): Add a comment about source locations. Decorate output
  introduced by the macro with the source location of macro use.

* module/ice-9/psyntax-pp.scm: Regenerate.

Fixes bug #29817.
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm