Removed a debug statement in PROCLAIM

This commit is contained in:
Juan Jose Garcia Ripoll 2010-07-14 18:44:12 +02:00
parent ab29bc1438
commit d31e14eedc

View file

@ -116,7 +116,6 @@
(mapc proclaimer (rest decl))
t)))
(t
(break)
(warn "Unknown declaration specifier ~s" decl-name))))))
(defun proclaim-var (type vl)