1 ;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
3 ;;; --- Load all non-ASDF deps - usually implementation-specific REQUIREs
6 (in-package :iolib.conf
)
8 (defun load-gray-streams ()
9 #+(and allegro
(not (version>= 9 0)))
10 (unless (fboundp 'stream
:stream-write-string
)
13 (require :gray-streams
)
15 (when (fboundp 'gray
::redefine-cl-functions
)
16 (gray::redefine-cl-functions
)))