From d8645bb2fe28e0da75c2102fa65abdf26dd220ab Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 17 May 1993 07:52:52 +0000 Subject: [PATCH] Un-:both'ed the transformation to string<>=*, since increasing the number of args probably isn't a win in byte code. --- compiler/seqtran.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/seqtran.lisp b/compiler/seqtran.lisp index 60b8c73e2..2644121b6 100644 --- a/compiler/seqtran.lisp +++ b/compiler/seqtran.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/seqtran.lisp,v 1.17 1993/05/11 13:50:50 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/seqtran.lisp,v 1.18 1993/05/17 07:52:52 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -421,7 +421,7 @@ (destructuring-bind (fun pred*) stuff (deftransform fun ((string1 string2 &key (start1 0) end1 (start2 0) end2) - '* '* :eval-name t :when :both) + '* '* :eval-name t) `(,pred* string1 string2 start1 end1 start2 end2)))) -- GitLab