From de32c406b3f44d3ec19bc77cde8f38b563b133d7 Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Mon, 15 Dec 1997 03:40:43 +0000 Subject: [PATCH] Ensure that the checking-or-caching-function-list is initialised to nil, in case it isn't otherwise initialised (was unbound if dlisp3.lisp was not loaded). --- pcl/dlisp2.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcl/dlisp2.lisp b/pcl/dlisp2.lisp index 3d0fc48f1..5b6d3a5b5 100644 --- a/pcl/dlisp2.lisp +++ b/pcl/dlisp2.lisp @@ -68,7 +68,7 @@ ;;; Note this list is setup in dlisp3.lisp when all the necessary ;;; macros have been loaded. -(defvar checking-or-caching-function-list) +(defvar checking-or-caching-function-list nil) (defmacro emit-checking-or-caching-function-precompiled () `(cdr (assoc (list cached-emf-p return-value-p metatypes applyp) -- GitLab