chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31194ea
)
src/parser/floc-proto.lisp: Use correct function for constructing conditions.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 20 Feb 2021 22:47:33 +0000
(22:47 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 20 Feb 2021 23:32:27 +0000
(23:32 +0000)
src/parser/floc-proto.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/parser/floc-proto.lisp
b/src/parser/floc-proto.lisp
index 0ee952d65ebbcb62a5c7c9dacd4908f34fa9ad4d..9eb31d400632d0c26bd14bac59f19edc5e54813a 100644
(file)
--- a/
src/parser/floc-proto.lisp
+++ b/
src/parser/floc-proto.lisp
@@
-218,7
+218,7
@@
(defun cerror*-with-location (floc datum &rest arguments)
;;;--------------------------------------------------------------------------
;;; 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