From: Mark Wooding Date: Sat, 30 Jun 2018 21:13:16 +0000 (+0100) Subject: dep.lisp: Report out-of-date deps as being `stale'. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/lisp/commitdiff_plain dep.lisp: Report out-of-date deps as being `stale'. It's just shorter. --- diff --git a/dep.lisp b/dep.lisp index 406a811..2b81c80 100644 --- a/dep.lisp +++ b/dep.lisp @@ -473,7 +473,7 @@ (defmethod print-object ((dep dep) stream) (let ((flags (dep-flags dep)) (value (dep-%value dep))) (cond ((zerop (logand flags +value+)) - (write-string "#" stream)) + (write-string "#" stream)) ((eq value .bad.) (write-string "#" stream)) (t