Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
540edfb2
Commit
540edfb2
authored
Aug 06, 2014
by
Robert P. Goldman
Browse files
Fix to error format string from Matt Niemeir.
parent
e306daa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/utility.lisp
View file @
540edfb2
...
...
@@ -456,7 +456,7 @@ A symbol otherwise designates a class by name."
(
or
(
and
found
(
or
(
eq
super
t
)
(
#-
cormanlisp
subtypep
#+
cormanlisp
cl::subclassp
found
super
))
found
)
(
call-function
error
"Can't coerce ~S to a ~
@
[class~;subclass of ~:*~S]"
class
super
)))))
(
call-function
error
"Can't coerce ~S to a ~
:
[class~;subclass of ~:*~S
~
]"
class
super
)))))
;;; Hash-tables
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment