1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Current module support hack.

This commit is contained in:
Keisuke Nishida 2001-04-03 22:14:41 +00:00
parent 437a31f454
commit fdcedea643
3 changed files with 18 additions and 5 deletions

View file

@ -18,7 +18,7 @@
(define-module (language r5rs expand)
:export (expand
:export (expand void
identifier? free-identifier=? bound-identifier=?
generate-temporaries datum->syntax-object syntax-object->datum))