Remove tail recursion compiler note, turning it into a compiler debug note.

This commit is contained in:
Juan Jose Garcia Ripoll 2010-02-19 20:12:09 +01:00
parent 5b88df9fe5
commit ed770c2bfb

View file

@ -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))