Skip to content
Snippets Groups Projects
Commit 45002d58 authored by wlott's avatar wlott
Browse files

Added predicate for base-characters.

parent 290a9584
No related branches found
No related tags found
No related merge requests found
...@@ -171,6 +171,7 @@ ...@@ -171,6 +171,7 @@
;;; type predicates, accepting any type object. ;;; type predicates, accepting any type object.
;;; ;;;
(define-type-predicate %string-char-p string-char) (define-type-predicate %string-char-p string-char)
(define-type-predicate base-char-p base-character)
(define-type-predicate %standard-char-p standard-char) (define-type-predicate %standard-char-p standard-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