Added comment

This commit is contained in:
Justin Ethier 2016-04-01 02:37:47 -04:00
parent 9b465308c0
commit a5a2683f19

View file

@ -1356,6 +1356,8 @@
(define cgen:mangle-global #f)
;; Convert a library name to string, so it can be
;; appended to the identifiers it exports.
(define (import->string import)
(foldr (lambda (id s)
(string-append "_" (mangle id) s))