allow docstrings with internal definitions
authorAndy Wingo <wingo@pobox.com>
Fri, 24 Apr 2009 21:56:40 +0000 (23:56 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 24 Apr 2009 21:56:40 +0000 (23:56 +0200)
commit0ee32d0131b49ee0661669b7a0b595d0a6565de4
tree96cb89fd039533faccd463180b5479d61becc1ef
parent9c35c5796cbffda57d76499048e8b8f82db943eb
allow docstrings with internal definitions

* module/Makefile.am (SCHEME_LANG_SOURCES):
* module/language/scheme/expand.scm: Remove expand.scm, we don't need it
  any more.

* module/ice-9/psyntax.scm (build-lambda, chi-lambda-clause): Support
  docstrings with internal definitions. What are Scheme people thinking
  these days?

* module/ice-9/psyntax-pp.scm: Regenerated.
module/Makefile.am
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm
module/language/scheme/expand.scm [deleted file]