hax:%want-strings-p

This commit is contained in:
dlichteblau
2007-10-21 17:07:38 +00:00
parent 76330fb41a
commit 74248e3403
3 changed files with 17 additions and 10 deletions

View File

@ -25,7 +25,6 @@
:rune-is-character))
(unless (or (<= #xD800 x #xDFFF)
(and (< x char-code-limit) (code-char x)))
(print (code-char x))
(format t " no, reverting to octet strings.~%")
(return :rune-is-integer)))
*features*))