~ chicken-core (chicken-5) c80f6fed87b4cccf356b93db2f4cbe019e3b4d8c
commit c80f6fed87b4cccf356b93db2f4cbe019e3b4d8c Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue May 15 21:19:37 2012 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue May 15 21:19:37 2012 +0200 Revert "strip import specs as well" This reverts commit 5b69b574504eb4484809c86ee215806953207bda. diff --git a/modules.scm b/modules.scm index 02a0a2c9..fd17c627 100644 --- a/modules.scm +++ b/modules.scm @@ -666,8 +666,7 @@ (append (module-import-forms cm) (cdr x))))) (for-each (lambda (spec) - (let* ((spec (##sys#strip-syntax spec)) - (vs (import-spec spec)) + (let* ((vs (import-spec spec)) (vsv (car vs)) (vss (cdr vs)) (prims '()))Trap