From 7b718fa7433c7bbb8b2492ecdce5cf911e8aab5d Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 3 Oct 1990 17:34:40 +0000
Subject: [PATCH] Changed the ARRAY-DIMENSION transform to not print out a
 CONTINUATION in the efficency note.

---
 compiler/srctran.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/srctran.lisp b/compiler/srctran.lisp
index 36f14806f..9ccb3b575 100644
--- a/compiler/srctran.lisp
+++ b/compiler/srctran.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/srctran.lisp,v 1.15 1990/09/27 18:27:50 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/srctran.lisp,v 1.16 1990/10/03 17:34:40 ram Exp $
 ;;;
 ;;;    This file contains macro-like source transformations which convert
 ;;; uses of certain functions into the canonical form desired within the
@@ -1456,7 +1456,7 @@
 		 ((nil)
 		  '(length array))
 		 (*
-		  (give-up "Can't tell if ~S is simple" array))))
+		  (give-up "Can't tell if array is simple."))))
 	      (t
 	       '(%array-dimension array axis)))))))
 
-- 
GitLab