From 4826bc5ca80d284bef06c8c970c4f39c1781f232 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sat, 3 Jul 1993 14:55:30 +0000
Subject: [PATCH] Fix DYNAMIC-EXTENT ignoring to work.

---
 compiler/ir1tran.lisp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/compiler/ir1tran.lisp b/compiler/ir1tran.lisp
index 9f9f85d78..f512d323c 100644
--- a/compiler/ir1tran.lisp
+++ b/compiler/ir1tran.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.88 1993/06/24 14:04:52 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.89 1993/07/03 14:55:30 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1146,7 +1146,8 @@
 			 cont res 'values))))
     (dynamic-extent
      (when (policy nil (> speed brevity))
-       (compiler-note "DYNAMIC-EXTENT declaration not implemented.")))
+       (compiler-note "DYNAMIC-EXTENT declaration not implemented."))
+     res)
     (t
      (let ((what (first spec)))
        (cond ((member what type-specifier-symbols)
-- 
GitLab