Move switch.scm back to compiler/base, so it can be shared.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 26 Mar 1990 23:27:32 +0000 (23:27 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 26 Mar 1990 23:27:32 +0000 (23:27 +0000)
v7/src/compiler/machines/spectrum/compiler.sf

index 80729c86ab41e564e9bc05ffa41c8721fb2f1cc5..e00d70bac5fa17b6a426a631b5e37d8407942727 100644 (file)
@@ -1,7 +1,7 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/compiler.sf,v 1.11 1990/01/29 21:29:59 jinx Exp $
-$MC68020-Header: comp.sf,v 1.11 89/08/28 18:33:37 GMT cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/compiler.sf,v 1.12 1990/03/26 23:27:32 jinx Rel $
+$MC68020-Header: comp.sf,v 1.12 90/01/18 22:43:26 GMT cph Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -61,7 +61,7 @@ MIT in each case. |#
                         (load (string-append file ".bin") package))
                       files))))
       (write-string "\n\n---- Loading compile-time files ----")
-      (sf-and-load '("machines/spectrum/switch" "base/hashtb") '(COMPILER))
+      (sf-and-load '("base/switch" "base/hashtb") '(COMPILER))
       (sf-and-load '("base/macros") '(COMPILER MACROS))
       ((access initialize-package! (->environment '(COMPILER MACROS))))
       (sf-and-load '("machines/spectrum/decls") '(COMPILER DECLARATIONS))