Add support for code compiled to C.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 10 Jun 1993 06:07:45 +0000 (06:07 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 10 Jun 1993 06:07:45 +0000 (06:07 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 5f8019d6e2c1553f406a8a0aa25c4b89ddab1590..86df4d09dada05badda8ed65e2546fadffee81fd 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.179 1993/06/10 06:04:40 gjr Exp $
+$Id: runtime.pkg,v 14.180 1993/06/10 06:07:45 gjr Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -1208,13 +1208,11 @@ MIT in each case. |#
          load/loading?
          load/default-types
          load/default-find-pathname-with-type
+         load/purification-root
          load/push-hook!
          load/suppress-loading-message?
          read-file
          set-command-line-parser!)
-  (export (package)
-         suppress-loading-message?
-         load/purification-root)
   (initialization (initialize-package!)))
 
 (define-package (runtime macros)
index 5f8019d6e2c1553f406a8a0aa25c4b89ddab1590..86df4d09dada05badda8ed65e2546fadffee81fd 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.179 1993/06/10 06:04:40 gjr Exp $
+$Id: runtime.pkg,v 14.180 1993/06/10 06:07:45 gjr Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -1208,13 +1208,11 @@ MIT in each case. |#
          load/loading?
          load/default-types
          load/default-find-pathname-with-type
+         load/purification-root
          load/push-hook!
          load/suppress-loading-message?
          read-file
          set-command-line-parser!)
-  (export (package)
-         suppress-loading-message?
-         load/purification-root)
   (initialization (initialize-package!)))
 
 (define-package (runtime macros)