Skip to content

Commit

Permalink
Add interactive-stream-p detection for CMUCL
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Dec 30, 2023
1 parent 972a12b commit 95bd34e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/packages.lisp
Expand Up @@ -108,6 +108,10 @@
#+(or ccl clasp ecl mezzano mkcl sbcl sicl)
(pushnew :gray-streams-interactive *features*)

#+cmucl
(when (typep (fdefinition 'cl:interactive-stream-p) 'generic-function)
(pushnew :gray-streams-interactive *features*))

#+(or abcl ecl)
(when (find-symbol (string '#:stream-line-length)
#+abcl '#:gray-streams
Expand Down

0 comments on commit 95bd34e

Please sign in to comment.