소스 검색

Merge branch 'master' into dev

Anton Vodonosov 13 년 전
부모
커밋
d2df441cbd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      streams.lisp

+ 1 - 1
streams.lisp

@@ -137,7 +137,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