mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Use pre-computed sexp
This commit is contained in:
parent
6f65432c2a
commit
e883473885
1 changed files with 2 additions and 3 deletions
|
@ -1726,9 +1726,8 @@
|
|||
(let ((fn (car exp))
|
||||
(args (map cc (cdr exp))))
|
||||
(cond
|
||||
((tagged-list? 'Cyc-seq exp)
|
||||
(cons 'Cyc-seq
|
||||
(map cc (cdr exp))))
|
||||
((equal? 'Cyc-seq fn)
|
||||
`(Cyc-seq ,@args))
|
||||
((ast:lambda? fn)
|
||||
(cond
|
||||
;; If the lambda argument is not used, flag so the C code is
|
||||
|
|
Loading…
Add table
Reference in a new issue