Skip to content

Commit

Permalink
Fixed Clozure#364
Browse files Browse the repository at this point in the history
  • Loading branch information
informatimago committed May 31, 2021
1 parent 001a59e commit 9b934ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions level-1/l1-error-signal.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
(simple-file-error (make-condition condition-name
:pathname (car errargs)
:error-type format-string
:format-control format-string
:format-arguments (cdr errargs)))
(undefined-function (make-condition condition-name
:name (car errargs)))
Expand Down

0 comments on commit 9b934ee

Please sign in to comment.