From 5bba96251907c34b56f46d18945e82dfd193e893 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Thu, 27 Jul 1995 20:31:23 +0000 Subject: [PATCH] Changed bit pattern associated with unspecific. This really ought to be done by asking the microcode. --- v8/src/runtime/global.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v8/src/runtime/global.scm b/v8/src/runtime/global.scm index 5c01b769b..b75a977d6 100644 --- a/v8/src/runtime/global.scm +++ b/v8/src/runtime/global.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: global.scm,v 14.48 1995/05/03 21:37:11 adams Exp $ +$Id: global.scm,v 14.49 1995/07/27 20:31:23 adams Exp $ -Copyright (c) 1988-93 Massachusetts Institute of Technology +Copyright (c) 1988-95 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -302,7 +302,7 @@ MIT in each case. |# (eq? object (microcode-object/unassigned)))) (define unspecific - (object-new-type (ucode-type constant) 1)) + (object-new-type (ucode-type constant) #x3800000)) (define *the-non-printing-object* unspecific) -- 2.25.1