mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-21 01:00:38 -07:00
Remove tail recursion compiler note, turning it into a compiler debug note.
This commit is contained in:
parent
5b88df9fe5
commit
ed770c2bfb
1 changed files with 2 additions and 2 deletions
|
|
@ -199,6 +199,6 @@
|
|||
(wt-label *exit*))
|
||||
(unwind-no-exit 'TAIL-RECURSION-MARK)
|
||||
(wt-nl "goto TTL;")
|
||||
(cmpnote "Tail-recursive call of ~s was replaced by iteration."
|
||||
(fun-name fun))
|
||||
(cmpdebug "Tail-recursive call of ~s was replaced by iteration."
|
||||
(fun-name fun))
|
||||
t))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue