Disregard working directory when file is loaded; use directory that
authorStephen Adams <edu/mit/csail/zurich/adams>
Tue, 15 Jul 1997 18:32:04 +0000 (18:32 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Tue, 15 Jul 1997 18:32:04 +0000 (18:32 +0000)
file is loaded from instead.

v8/src/sf/make.scm

index 2a0bf98be28b8e12cb7a54b4539c4fc8dd5c1a7d..49636ff6d8a0da21e06dc5a4f448c208567c28af 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 4.31 1995/01/06 18:36:17 cph Exp $
+$Id: make.scm,v 4.32 1997/07/15 18:32:04 adams Exp $
 
-Copyright (c) 1988-95 Massachusetts Institute of Technology
+Copyright (c) 1988-1997 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -45,6 +45,8 @@ MIT in each case. |#
      (pathname-as-directory "sf")
      (lambda ()
        (package/system-loader "sf" '() 'QUERY)))
+    ((package/reference (find-package '(SCODE-OPTIMIZER EXPANSION))
+                       'USUAL-INTEGRATIONS/INITIALIZE-EXPANDERS!))
     ((package/reference (find-package '(SCODE-OPTIMIZER))
                        'USUAL-INTEGRATIONS/CACHE!))))
-(add-system! (make-system "SF" 4 31 '()))
\ No newline at end of file
+(add-system! (make-system "SF" 4 32 '()))
\ No newline at end of file