From: Chris Hanson Date: Fri, 27 Oct 1989 04:43:21 +0000 (+0000) Subject: Forgot to export `denominator'. X-Git-Tag: 20090517-FFI~11735 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9d1dfe24511e0abf8ac2a23d0b8ddf76db2ab978;p=mit-scheme.git Forgot to export `denominator'. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 7c668c3be..39a0817b2 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.53 1989/10/26 06:46:55 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.54 1989/10/27 04:43:21 cph Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -968,7 +968,9 @@ MIT in each case. |# ceiling->exact complex? conjugate - cos even? + cos + denominator + even? exact->inexact exact-integer? exact-nonnegative-integer? diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 21ac63c34..57cf6049a 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.53 1989/10/26 06:46:55 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.54 1989/10/27 04:43:21 cph Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -968,7 +968,9 @@ MIT in each case. |# ceiling->exact complex? conjugate - cos even? + cos + denominator + even? exact->inexact exact-integer? exact-nonnegative-integer?