From: Guillermo J. Rozas Date: Mon, 24 Jun 1991 23:16:20 +0000 (+0000) Subject: Export intern-soft. X-Git-Tag: 20090517-FFI~10497 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0f3a0f0ecf54062d29b800791747390d9372e07d;p=mit-scheme.git Export intern-soft. --- 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