fixed-objects-vector now contains flonum-epsilon instead of
authorChris Hanson <org/chris-hanson/cph>
Sun, 24 Sep 1989 14:51:41 +0000 (14:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 24 Sep 1989 14:51:41 +0000 (14:51 +0000)
flonum-exponent-bits.

v7/src/microcode/utabmd.scm
v7/src/runtime/utabs.scm
v8/src/microcode/utabmd.scm

index 44c330ad1882e1641cd4f9639057250332ed8e45..0f35df9cc21f1474a56b6578939dd914d4939156 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    Copyright (c) 1987 Massachusetts Institute of Technology
+;;;    Copyright (c) 1987, 1989 Massachusetts Institute of Technology
 ;;;
 ;;;    This material was developed by the Scheme project at the
 ;;;    Massachusetts Institute of Technology, Department of
@@ -37,7 +37,7 @@
 
 ;;;; Machine Dependent Type Tables
 
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.48 1989/09/24 14:47:07 cph Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.49 1989/09/24 14:47:35 cph Exp $
 
 (declare (usual-integrations))
 
 
 ;;; This identification string is saved by the system.
 
-"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.48 1989/09/24 14:47:07 cph Exp $"
\ No newline at end of file
+"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.49 1989/09/24 14:47:35 cph Exp $"
\ No newline at end of file
index 219a0f798932c62eb828002cbe2647943307775d..a07d072dc3754ed164ebaf13d5aa56e3d1178933 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/utabs.scm,v 14.3 1989/09/24 14:17:55 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/utabs.scm,v 14.4 1989/09/24 14:51:41 cph Rel $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -89,7 +89,8 @@ MIT in each case. |#
 (define microcode-id/tty-x-size)
 (define microcode-id/tty-y-size)
 (define microcode-id/floating-mantissa-bits)
-(define microcode-id/floating-exponent-bits)(define microcode-id/operating-system-name)
+(define microcode-id/floating-epsilon)
+(define microcode-id/operating-system-name)
 (define microcode-id/operating-system-variant)
 (define microcode-id/stack-type)
 \f
index 7b8dfd12cf76cf206a42b163b2639f1b4976b2b8..37dfcdd7085a3b182f5552137a243ce6e94a0640 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    Copyright (c) 1987 Massachusetts Institute of Technology
+;;;    Copyright (c) 1987, 1989 Massachusetts Institute of Technology
 ;;;
 ;;;    This material was developed by the Scheme project at the
 ;;;    Massachusetts Institute of Technology, Department of
@@ -37,7 +37,7 @@
 
 ;;;; Machine Dependent Type Tables
 
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.48 1989/09/24 14:47:07 cph Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.49 1989/09/24 14:47:35 cph Exp $
 
 (declare (usual-integrations))
 
 
 ;;; This identification string is saved by the system.
 
-"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.48 1989/09/24 14:47:07 cph Exp $"
\ No newline at end of file
+"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.49 1989/09/24 14:47:35 cph Exp $"
\ No newline at end of file