From 9d1dfe24511e0abf8ac2a23d0b8ddf76db2ab978 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 27 Oct 1989 04:43:21 +0000 Subject: [PATCH] Forgot to export `denominator'. --- v7/src/runtime/runtime.pkg | 6 ++++-- v8/src/runtime/runtime.pkg | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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? -- 2.25.1