From c27aa3e4b88ade23b4349c021626834dd0879110 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 30 Jun 2018 22:13:16 +0100 Subject: [PATCH] dep.lisp: Report out-of-date deps as being `stale'. It's just shorter. --- dep.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep.lisp b/dep.lisp index 406a811..2b81c80 100644 --- a/dep.lisp +++ b/dep.lisp @@ -473,7 +473,7 @@ (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 -- 2.11.0