From 90c2086152acd0388dbdc47c98c70e4f83b9cebf Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 25 Feb 1993 02:07:00 +0000 Subject: [PATCH] Add compiler:avoid-scode? --- v7/src/compiler/base/switch.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/base/switch.scm b/v7/src/compiler/base/switch.scm index 46f0b9f51..87925e7f7 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.21 1992/12/29 20:57:10 gjr Exp $ +$Id: switch.scm,v 4.22 1993/02/25 02:07:00 gjr Exp $ -Copyright (c) 1988-1992 Massachusetts Institute of Technology +Copyright (c) 1988-1993 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -65,7 +65,9 @@ MIT in each case. |# (define compiler:use-multiclosures? true) (define compiler:coalescing-constant-warnings? true) (define compiler:cross-compiling? false) +;; This only works in the C back end, right now (define compiler:compress-top-level? false) +(define compiler:avoid-scode? true) ;; The switch COMPILER:OPEN-CODE-FLOATING-POINT-ARITHMETIC? is in machin.scm. ;;; Nary switches -- 2.25.1