Skip to content
Snippets Groups Projects
Commit bbd12561 authored by ram's avatar ram
Browse files

Fixed paren error in CHECK-ARG-TYPE.

parent 9fc1477a
No related branches found
No related tags found
No related merge requests found
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
(type-specifier (type-specifier
(continuation-asserted-type cont))) (continuation-asserted-type cont)))
nil) nil)
(t t)))) (t t)))))
((not (constant-continuation-p cont)) ((not (constant-continuation-p cont))
(note-slime "The ~:R argument is not a constant." n) (note-slime "The ~:R argument is not a constant." n)
nil) nil)
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
(note-lossage "The ~:R argument is not a constant ~S:~% ~S" (note-lossage "The ~:R argument is not a constant ~S:~% ~S"
n (type-specifier type) val) n (type-specifier type) val)
nil) nil)
(t t)))))))) (t t)))))))
;;; Check-Fixed-And-Rest -- Internal ;;; Check-Fixed-And-Rest -- Internal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment