Explorar el Código

Merge branch 'master' into dev

Anton Vodonosov hace 13 años
padre
commit
d2df441cbd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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