Skip to content
Snippets Groups Projects
Commit de32c406 authored by dtc's avatar dtc
Browse files

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).
parent 1af400f8
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
;;; Note this list is setup in dlisp3.lisp when all the necessary ;;; Note this list is setup in dlisp3.lisp when all the necessary
;;; macros have been loaded. ;;; macros have been loaded.
(defvar checking-or-caching-function-list) (defvar checking-or-caching-function-list nil)
(defmacro emit-checking-or-caching-function-precompiled () (defmacro emit-checking-or-caching-function-precompiled ()
`(cdr (assoc (list cached-emf-p return-value-p metatypes applyp) `(cdr (assoc (list cached-emf-p return-value-p metatypes applyp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment