Explorar o código

allegro autoloading workaround

dlichteblau %!s(int64=20) %!d(string=hai) anos
pai
achega
d2570761bd
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      package.lisp

+ 5 - 0
package.lisp

@@ -4,6 +4,11 @@
 (eval-when (:compile-toplevel :load-toplevel :execute)
   (require :gray-streams))
 
+#+allegro
+(eval-when (:compile-toplevel :load-toplevel :execute)
+  (unless (fboundp 'stream:stream-write-string)
+    (require "streamc.fasl")))
+
 (macrolet
     ((frob ()
        (let