mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 00:07:36 +02:00
Re-enable iteration
This commit is contained in:
parent
c10d38e170
commit
02df0f9fb2
1 changed files with 1 additions and 1 deletions
|
@ -971,7 +971,7 @@
|
|||
(cond
|
||||
;; Handle recursive calls via iteration, if possible
|
||||
((and ast-fnc
|
||||
#f ;; TODO: temporarily disabled
|
||||
;#f ;; TODO: temporarily disabled
|
||||
(adbf:calls-self? ast-fnc)
|
||||
(self-closure-call? fun (car (adbf:all-params ast-fnc)))
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue