[fix] Do not use SBCL-specific SEQUENCE:DOSEQUENCE

This commit is contained in:
Kamil Shakirov 2022-11-04 13:45:54 +06:00
parent bc2b68ca96
commit d4a8a465c9

View file

@ -1397,7 +1397,7 @@ It parse the string TEXT without using READ functions."
(let ((char-count 0)
(backslash 0)
exps in-dquotes-p left-dquote left-braces left-brackets)
(sequence:dosequence (c text)
(loop for c across text do
(if (= backslash 0) ;current char isn't after a backslash
(if (eql c #\\)
(incf backslash) ;if it is a backslash, mark for the next word