Fix prefix-out for identifiers with spaces

This commit is contained in:
Gustavo Massaccesi 2014-11-08 18:27:59 -03:00 committed by Matthew Flatt
parent 9c7c8e1b49
commit 06d76961e5

View File

@ -1071,7 +1071,7 @@
(map (lambda (e)
(make-export
(export-local-id e)
(string->symbol (format "~s~s"
(string->symbol (format "~a~a"
(syntax-e #'pfx)
(export-out-sym e)))
(export-mode e)