Export `reduce-right' to the global environment.
authorChris Hanson <org/chris-hanson/cph>
Fri, 7 Oct 1988 08:53:03 +0000 (08:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 7 Oct 1988 08:53:03 +0000 (08:53 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 63558e79607eb6f6576f8fda749a96c7ca620151..5a49bdcce6dcb4e0823e285b497cf7b6539fadf2 100644 (file)
@@ -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
index 2f84921a1af91fe4673457306632ced6c62b93fd..41127d22deecbfbc3e7f93c245944df7d67f479c 100644 (file)
@@ -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