mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
Added another debug statement.
This commit is contained in:
parent
d9f4d00c89
commit
5581002abe
1 changed files with 1 additions and 0 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue