From 8db63fd4abfb4e35cf281ef17f49d1e37328f943 Mon Sep 17 00:00:00 2001 From: Nick Papadakis Date: Thu, 3 Dec 1992 22:03:07 +0000 Subject: [PATCH] Changed REAL_IS_DEFINED_DOUBLE to 1 --- v7/src/microcode/array.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/array.h b/v7/src/microcode/array.h index adfaa68eb..b017c7fa9 100644 --- a/v7/src/microcode/array.h +++ b/v7/src/microcode/array.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/array.h,v 9.32 1991/12/20 22:48:56 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/array.h,v 9.33 1992/12/03 22:03:07 nick Exp $ Copyright (c) 1987-91 Massachusetts Institute of Technology @@ -32,7 +32,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -#define REAL_IS_DEFINED_DOUBLE 0 +#define REAL_IS_DEFINED_DOUBLE 1 #if (REAL_IS_DEFINED_DOUBLE == 0) #define REAL float -- 2.25.1