From 22f89fa3c7389fc8e91698e2cccfb53812bfeaf9 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 29 Dec 1992 20:57:10 +0000 Subject: [PATCH] Some changes for the C back end. --- v7/src/compiler/base/switch.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/base/switch.scm b/v7/src/compiler/base/switch.scm index 90e217c1b..46f0b9f51 100644 --- a/v7/src/compiler/base/switch.scm +++ b/v7/src/compiler/base/switch.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: switch.scm,v 4.20 1992/09/30 21:03:19 cph Exp $ +$Id: switch.scm,v 4.21 1992/12/29 20:57:10 gjr Exp $ -Copyright (c) 1988-92 Massachusetts Institute of Technology +Copyright (c) 1988-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -65,6 +65,7 @@ MIT in each case. |# (define compiler:use-multiclosures? true) (define compiler:coalescing-constant-warnings? true) (define compiler:cross-compiling? false) +(define compiler:compress-top-level? false) ;; The switch COMPILER:OPEN-CODE-FLOATING-POINT-ARITHMETIC? is in machin.scm. ;;; Nary switches -- 2.25.1