From 8ce414d484023f8acf7f12de862ccd4378cb327f Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 20 Aug 1993 17:42:59 +0000 Subject: [PATCH] compiler-constantp -> constantp. --- compiler/ir1tran.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/ir1tran.lisp b/compiler/ir1tran.lisp index f92fc81bc..304b1a591 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.97 1993/08/19 23:13:07 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.98 1993/08/20 17:42:59 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1736,7 +1736,7 @@ (dolist (key keys) (let* ((info (lambda-var-arg-info key)) (default (arg-info-default info)) - (hairy-default (not (compiler-constantp default))) + (hairy-default (not (constantp default))) (supplied-p (arg-info-supplied-p info)) (n-val (make-symbol (format nil "~A-DEFAULTING-TEMP" (leaf-name key)))) -- GitLab