Forgot to make changes to other compiler.pkg files.
authorChris Hanson <org/chris-hanson/cph>
Tue, 16 Oct 2018 04:14:06 +0000 (21:14 -0700)
committerChris Hanson <org/chris-hanson/cph>
Tue, 16 Oct 2018 04:14:06 +0000 (21:14 -0700)
One of these days this stuff will be shared.

src/compiler/machines/C/compiler.pkg
src/compiler/machines/i386/compiler.pkg
src/compiler/machines/svm/compiler.pkg

index f1e0723742459b4905ab9e05bd2054f84693bf97..a14458be47b1212f77508659a48b4fe149c9bf36 100644 (file)
@@ -271,6 +271,11 @@ USA.
          *root-expression*
          *rtl-procedures*
          *rtl-graphs*)
+  (import (runtime)
+         map-r7rs-scode-file
+         map-scode-library
+         r7rs-scode-file?
+         scode-library-name)
   (import (runtime load)
          fasload-object-file)
   (import (scode-optimizer build-utilities)
index 258bea675fa7a91e7918b69fb7045a53e1b16eef..e819485587ffe961199041c5032ff76b80490cef 100644 (file)
@@ -259,6 +259,11 @@ USA.
          *root-expression*
          *rtl-procedures*
          *rtl-graphs*)
+  (import (runtime)
+         map-r7rs-scode-file
+         map-scode-library
+         r7rs-scode-file?
+         scode-library-name)
   (import (scode-optimizer build-utilities)
          directory-processor))
 \f
index 3f55760cacd35230ccc69dd00487de37fad76da4..a0ee4a5c5f09c0927cfc83e874097b12d01bec77 100644 (file)
@@ -259,6 +259,11 @@ USA.
          *root-expression*
          *rtl-procedures*
          *rtl-graphs*)
+  (import (runtime)
+         map-r7rs-scode-file
+         map-scode-library
+         r7rs-scode-file?
+         scode-library-name)
   (import (scode-optimizer build-utilities)
          directory-processor))
 \f