From 46e91b382507bdc7a8b31c6eed8b2d3b30d4890a Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Mon, 19 Apr 2004 22:10:13 +0000
Subject: [PATCH] Don't trust dynamic-extent declarations, even when
 dynamic-extent closures are disabled.

This causes problems with hemlock so we turn it off.
---
 compiler/ir1tran.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/ir1tran.lisp b/compiler/ir1tran.lisp
index 4f7bf1c47..07a150e23 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.168 2004/04/13 17:46:21 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.169 2004/04/19 22:10:13 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -144,7 +144,7 @@
 
 ;;;; Dynamic-Extent
 
-(defvar *trust-dynamic-extent-declarations* t
+(defvar *trust-dynamic-extent-declarations* nil
   "If NIL, never trust dynamic-extent declarations.
 
    If T, always trust dynamic-extent declarations.
-- 
GitLab