mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
bugfixes
This commit is contained in:
parent
9a98356589
commit
edccb56163
1 changed files with 9 additions and 7 deletions
|
@ -190,13 +190,15 @@
|
|||
(cddr ast))))
|
||||
|
||||
(define (lib:inlines ast)
|
||||
(apply
|
||||
append
|
||||
(map
|
||||
(lambda (inc-lst)
|
||||
(cadr inc-lst))
|
||||
(cdr inc-lst))
|
||||
(filter
|
||||
(lambda (code)
|
||||
(tagged-list? 'inline code))
|
||||
(cddr ast))))
|
||||
(cddr ast)))))
|
||||
|
||||
;; TODO: include-ci, cond-expand
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue