From e3a8761de4b940800b1816c8014fcfc50268c797 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 1 Jun 1990 15:41:29 +0000 Subject: [PATCH] Fixed FORMAT transform to not convert call CONTINUATION-VALUE on a string when aborting the transform. --- compiler/srctran.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/srctran.lisp b/compiler/srctran.lisp index ed2611d13..711632cbd 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.10 1990/06/01 13:49:21 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/srctran.lisp,v 1.11 1990/06/01 15:41:29 ram Exp $ ;;; ;;; This file contains macro-like source transformations which convert ;;; uses of certain functions into the canonical form desired within the @@ -1121,7 +1121,7 @@ (when (= command-index penultimus) (abort-transform "FORMAT control string ends in a ~~: ~S" - (continuation-value control))) + control)) ;; Non-command stuff gets write-string'ed out. (when (/= index command-index) -- GitLab