From 79b8e905e8e3a4edf847a3abc82fe38b7da3d32b Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sun, 24 Aug 2008 02:11:58 +0200 Subject: [PATCH] COMPILER-UNDEFINED-VARIABLE has to be of type STYLE-WARNING --- src/cmp/cmputil.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmp/cmputil.lsp b/src/cmp/cmputil.lsp index 068e233d0..7c9b393f7 100644 --- a/src/cmp/cmputil.lsp +++ b/src/cmp/cmputil.lsp @@ -48,7 +48,7 @@ (define-condition compiler-internal-error (compiler-fatal-error) ((prefix :initform "Internal error"))) -(define-condition compiler-undefined-variable (compiler-message warning) +(define-condition compiler-undefined-variable (compiler-message style-warning) ((variable :initarg :name :initform nil)) (:report (lambda (condition stream)