From: Mark Wooding Date: Sat, 20 Feb 2021 22:47:33 +0000 (+0000) Subject: src/parser/floc-proto.lisp: Use correct function for constructing conditions. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/016f25e4b5f5edb3b478cd87947b176f871f201c src/parser/floc-proto.lisp: Use correct function for constructing conditions. --- diff --git a/src/parser/floc-proto.lisp b/src/parser/floc-proto.lisp index 0ee952d..9eb31d4 100644 --- a/src/parser/floc-proto.lisp +++ b/src/parser/floc-proto.lisp @@ -218,7 +218,7 @@ ;;;-------------------------------------------------------------------------- ;;; Stamping errors with location information. -(let ((control-condition (make-instance 'condition))) +(let ((control-condition (make-condition 'condition))) (defun with-default-error-location* (floc thunk) "Invoke THUNK in a dynamic environment which attaches FLOC to errors (and other conditions) which do not have file location information attached