浏览代码

Fix for CLISP: unquoted symbol #:stream-read-sequence introduced several commits ago.

Anton Vodonosov 13 年之前
父节点
当前提交
18ad86626c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mixin.lisp

+ 1 - 1
mixin.lisp

@@ -117,7 +117,7 @@
 ;; functions in CLISP
 #+clisp
 (eval-when (:compile-toplevel :load-toplevel :execute)
-  (when (find-symbol (string #:stream-read-sequence) #:gray)
+  (when (find-symbol (string '#:stream-read-sequence) #:gray)
     (pushnew :clisp-has-stream-read/write-sequence *features*)))
 
 #+clisp