From: Chris Hanson Date: Fri, 7 Oct 1988 08:53:03 +0000 (+0000) Subject: Export `reduce-right' to the global environment. X-Git-Tag: 20090517-FFI~12521 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ca265afbcf9ccd894ba4c54b7f4ab4eb86d56f14;p=mit-scheme.git Export `reduce-right' to the global environment. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 63558e796..5a49bdcce 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.18 1988/08/11 03:14:32 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.19 1988/10/07 08:53:03 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -782,6 +782,7 @@ MIT in each case. |# null? pair? reduce + reduce-right reverse reverse! second diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 2f84921a1..41127d22d 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.18 1988/08/11 03:14:32 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.19 1988/10/07 08:53:03 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -782,6 +782,7 @@ MIT in each case. |# null? pair? reduce + reduce-right reverse reverse! second