From 4f986f22e5610e9f7dc7254631cc151777c6c6d1 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 26 Nov 1990 16:40:00 +0000 Subject: [PATCH] Changed "does not return" note to only be done when brevity is 0. --- compiler/envanal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/envanal.lisp b/compiler/envanal.lisp index ae256a1f7..519fb1044 100644 --- a/compiler/envanal.lisp +++ b/compiler/envanal.lisp @@ -48,7 +48,7 @@ (node (lambda-bind fun))) (setf (leaf-type f) dtype) (when (and (eq (function-type-returns dtype) *empty-type*) - (policy node (>= safety brevity))) + (policy node (zerop brevity))) (let ((*compiler-error-context* node)) (compiler-note "Function does not return.")))))) -- GitLab