From 07c4eb5a9e47f5d184af700da3b6c5afd78281b5 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 10 Jun 1993 06:07:45 +0000 Subject: [PATCH] Add support for code compiled to C. --- v7/src/runtime/runtime.pkg | 6 ++---- v8/src/runtime/runtime.pkg | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) 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) -- 2.25.1