From 0b519074c96b0efe4411a100053e986b5b0071eb Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 21 Apr 1989 19:25:50 +0000 Subject: [PATCH] Export new procedures `weak-list->list' and `list->weak-list'. --- v7/src/runtime/runtime.pkg | 4 +++- v8/src/runtime/runtime.pkg | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 70f35de8c..146547d9f 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.35 1989/04/18 16:29:51 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.36 1989/04/21 19:25:50 cph Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -782,6 +782,7 @@ MIT in each case. |# last-pair length list + list->weak-list list-copy list-deletor list-deletor! @@ -822,6 +823,7 @@ MIT in each case. |# weak-car weak-cdr weak-cons + weak-list->list weak-memq weak-pair/car? weak-pair? diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 24a39ae10..ceda38c0c 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.35 1989/04/18 16:29:51 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.36 1989/04/21 19:25:50 cph Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -782,6 +782,7 @@ MIT in each case. |# last-pair length list + list->weak-list list-copy list-deletor list-deletor! @@ -822,6 +823,7 @@ MIT in each case. |# weak-car weak-cdr weak-cons + weak-list->list weak-memq weak-pair/car? weak-pair? -- 2.25.1