We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836d986 commit a000ae7Copy full SHA for a000ae7
src/lisp/kernel/clos/streams.lisp
@@ -933,4 +933,7 @@ truename."))
933
934
(pushnew 'gray-streams-module-provider ext:*module-provider-functions*)
935
936
+#-staging (eval-when (:compile-toplevel :load-toplevel :execute)
937
+ (require '#:gray-streams))
938
+
939
#+(or cclasp eclasp) (eval-when (:load-toplevel) (setf clos:*clos-booted* t))
0 commit comments