From bb873b8c7b1f3edeb036862013738faffce2439f Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 20 Aug 1993 22:56:36 +0000 Subject: [PATCH] Enable funcall -> %funcall IR1 transform for byte compilation. --- compiler/ir1tran.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/ir1tran.lisp b/compiler/ir1tran.lisp index 304b1a591..891fbcd6f 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.98 1993/08/20 17:42:59 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.99 1993/08/20 22:56:36 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -2400,7 +2400,7 @@ ;;; be open-coded even if FUNCALL is :NOTINLINE. ;;; -(deftransform funcall ((function &rest args)) +(deftransform funcall ((function &rest args) * * :when :both) (collect ((arg-names)) (dolist (arg args) (declare (ignore arg)) -- GitLab