From 0f3a0f0ecf54062d29b800791747390d9372e07d Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 24 Jun 1991 23:16:20 +0000 Subject: [PATCH] Export intern-soft. --- v7/src/runtime/runtime.pkg | 3 ++- v8/src/runtime/runtime.pkg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 076d90eec..c001c6f2b 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.109 1991/06/14 23:57:41 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.110 1991/06/24 23:16:20 jinx Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -1790,6 +1790,7 @@ MIT in each case. |# in-package-expression in-package? intern + intern-soft interned-symbol? make-absolute-reference make-access diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 559ac2210..abfad068e 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.109 1991/06/14 23:57:41 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.110 1991/06/24 23:16:20 jinx Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -1790,6 +1790,7 @@ MIT in each case. |# in-package-expression in-package? intern + intern-soft interned-symbol? make-absolute-reference make-access -- 2.25.1