mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
[fix] Do not use SBCL-specific SEQUENCE:DOSEQUENCE
This commit is contained in:
parent
bc2b68ca96
commit
d4a8a465c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue