From 6f341359c17b62a6580aeadde953291bdaf2b57f Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sat, 21 Aug 1993 00:35:06 +0000
Subject: [PATCH] Also allow the %coerce-to-function efficiency note in byte
 code.

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

diff --git a/compiler/ir1tran.lisp b/compiler/ir1tran.lisp
index 891fbcd6f..f956578a5 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.99 1993/08/20 22:56:36 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.100 1993/08/21 00:35:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -2429,7 +2429,7 @@
       `(%funcall ,function ,@args)
       (values nil t)))
 
-(deftransform %coerce-to-function ((thing))
+(deftransform %coerce-to-function ((thing) * * :when :both)
   (give-up "Might be a symbol, so must call FDEFINITION at runtime."))
 
 
-- 
GitLab