mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 23:50:56 -08:00
si:base-string-p only defined with Unicode
This commit is contained in:
parent
0e18c3237b
commit
ac93eb388f
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
(defun seqtype (sequence)
|
||||
(declare (si::c-local))
|
||||
(cond ((listp sequence) 'list)
|
||||
#+unicode
|
||||
((base-string-p sequence) 'base-string)
|
||||
((stringp sequence) 'string)
|
||||
((bit-vector-p sequence) 'bit-vector)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue