Browse Source

allegro autoloading workaround

dlichteblau 20 năm trước cách đây
mục cha
commit
d2570761bd
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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