Added another debug statement.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-12-27 23:23:15 +01:00
parent d9f4d00c89
commit 5581002abe

View file

@ -160,6 +160,7 @@
(apply #'format t args)))
(defun cmperr (string &rest args)
(apply #'error string args)
(let ((c (make-condition 'compiler-error
:format-control string
:format-arguments args)))