From e68786390a8fa9b53f7937e7d7c7f73f5889de4b Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Fri, 12 Nov 1993 20:22:51 +0000 Subject: [PATCH] Alpha now handles "compressed" top-level block as on the Spectrum and i386 --- v7/src/compiler/machines/alpha/make.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/compiler/machines/alpha/make.scm b/v7/src/compiler/machines/alpha/make.scm index 7c072bd8e..5bf77d48f 100644 --- a/v7/src/compiler/machines/alpha/make.scm +++ b/v7/src/compiler/machines/alpha/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 1.2 1993/11/12 14:43:00 jmiller Exp $ +$Id: make.scm,v 1.3 1993/11/12 20:22:51 jmiller Exp $ Copyright (c) 1992 Digital Equipment Corporation (D.E.C.) @@ -39,6 +39,6 @@ case. (declare (usual-integrations)) (let ((value ((load "base/make") "Alpha"))) -; (set! (access compiler:compress-top-level? (->environment '(compiler))) -; true) + (set! (access compiler:compress-top-level? (->environment '(compiler))) + true) value) -- 2.25.1