Procházet zdrojové kódy

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

Anton Vodonosov před 13 roky
rodič
revize
aa245d382a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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