From 4e2e80501d82908034775a28d4b8d6ace95b103a Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Wed, 3 Sep 2003 21:12:20 +0000 Subject: [PATCH] Set *TRUST-DYNAMIC-EXTENT-DECLARATIONS* to T for all platforms, since this works on sparc now. Other platforms should be ok, since they don't have dynamic-extent yet. --- compiler/ir1tran.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/ir1tran.lisp b/compiler/ir1tran.lisp index 45b6f08bf..69a4e8690 100644 --- a/compiler/ir1tran.lisp +++ b/compiler/ir1tran.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.162 2003/08/25 20:51:00 gerd Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.163 2003/09/03 21:12:20 toy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -144,7 +144,7 @@ ;;;; Dynamic-Extent -(defvar *trust-dynamic-extent-declarations* #+x86 t #-x86 nil +(defvar *trust-dynamic-extent-declarations* t "If null, don't trust dynamic-extent declarations. If T, always trust dynamic-extent declarations. -- GitLab