Skip to content
Snippets Groups Projects
Commit 4bfa19a9 authored by dtc's avatar dtc
Browse files

The stream class should have kernel:instance as its superclass.

parent 25c78e29
No related branches found
No related tags found
No related merge requests found
......@@ -441,7 +441,7 @@
(defclass kernel:funcallable-instance (function) ()
(:metaclass built-in-class))
(defclass stream (t) ()
(defclass stream (kernel:instance) ()
(:metaclass built-in-class))
(defclass slot-object (t) ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment