X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/blobdiff_plain/209dc75acf6ca1b236324bbad404070a88f99851..813da880d2d77f04ea623f426d543d298528f967:/dep.lisp diff --git a/dep.lisp b/dep.lisp index c437538..3a1520f 100644 --- a/dep.lisp +++ b/dep.lisp @@ -229,10 +229,10 @@ (defun %dep-value (dep) "Do the difficult work of retrieving the current value of a DEP." + (force-dep-value dep) (when *evaluating-dep* (pushnew (dep-weak-pointer *evaluating-dep*) (dep-dependents dep)) - (pushnew dep (dep-dependencies *evaluating-dep*))) - (force-dep-value dep)) + (pushnew dep (dep-dependencies *evaluating-dep*)))) (export 'dep-value) (declaim (inline dep-value))