From: Guillermo J. Rozas Date: Thu, 10 Jun 1993 06:07:45 +0000 (+0000) Subject: Add support for code compiled to C. X-Git-Tag: 20090517-FFI~8339 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=07c4eb5a9e47f5d184af700da3b6c5afd78281b5;p=mit-scheme.git Add support for code compiled to C. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 5f8019d6e..86df4d09d 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -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) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 5f8019d6e..86df4d09d 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -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)