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 f99d63f commit 672b830
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.lisp
Expand Up @@ -429,7 +429,16 @@
)
#+lispworks
(:import-from :stream

#:stream-advance-to-column
#:stream-line-column
#:stream-peek-char
#:stream-read-char-no-hang
#:stream-read-char
#:stream-read-line
#:stream-start-line-p
#:stream-terpri
#:stream-unread-char
#:stream-write-char)
#+mcl
(:import-from :ccl
#:stream-close
Expand Down

0 comments on commit 672b830

Please sign in to comment.