Fix from Martin Simmons for LW7

This commit is contained in:
Edi Weitz
2015-08-26 15:27:02 +02:00
parent 7bc656d7fa
commit 35c5266061
4 changed files with 16 additions and 10 deletions

View File

@ -62,7 +62,9 @@ scanners if you don't need the \(full) Unicode support of
implementations like AllegroCL, CLISP, LispWorks, or SBCL.")
(declaim (fixnum *regex-char-code-limit*))
(defvar *string* ""
(defvar *string* (make-sequence #+:lispworks 'lw:simple-text-string
#-:lispworks 'simple-string
0)
"The string which is currently scanned by SCAN.
Will always be coerced to a SIMPLE-STRING.")
#+:lispworks