Skip to content
Snippets Groups Projects
Commit 372926bf authored by wlott's avatar wlott
Browse files

Don't deftype base-char under CMUCL.

parent 8e81c778
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@
`(or (float ,(convert min t) ,(convert max t))
(rational ,(convert min nil) ,(convert max nil)))))
#-clx-ansi-common-lisp
#-(or clx-ansi-common-lisp cmu)
(deftype base-char ()
'string-char)
......
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