mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Added comment
This commit is contained in:
parent
9b465308c0
commit
a5a2683f19
1 changed files with 2 additions and 0 deletions
|
@ -1356,6 +1356,8 @@
|
||||||
|
|
||||||
(define cgen:mangle-global #f)
|
(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)
|
(define (import->string import)
|
||||||
(foldr (lambda (id s)
|
(foldr (lambda (id s)
|
||||||
(string-append "_" (mangle id) s))
|
(string-append "_" (mangle id) s))
|
||||||
|
|
Loading…
Add table
Reference in a new issue