Skip to content

Commit

Permalink
lispworks stream imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lisp committed Apr 22, 2011
1 parent 672b830 commit 7929aaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extremely-simple-stream.lisp
Expand Up @@ -97,7 +97,8 @@
;; socket stream specializations. these are excerpted from the sbcl port

(defclass simple-stream (#-lispworks stream
#+lispworks stream:fundamental-stream)
#+lispworks stream:fundamental-input-stream
#+lispworks stream:fundamental-output-stream)
((plist
:initform nil :type list
:accessor stream-plist)
Expand Down

0 comments on commit 7929aaf

Please sign in to comment.