From e4628580394bab372bdf30f550e67bcbb6abb7a1 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sat, 12 May 1990 20:39:11 +0000
Subject: [PATCH] Added :VARIABLE as a undefined warning kind.

---
 compiler/node.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/node.lisp b/compiler/node.lisp
index 0df734591..d4dbd3a6c 100644
--- a/compiler/node.lisp
+++ b/compiler/node.lisp
@@ -1159,7 +1159,7 @@
   (name nil :type (or symbol list))
   ;;
   ;; The kind of reference to Name.
-  (kind nil :type (member :function :type))
+  (kind nil :type (member :function :type :variable))
   ;;
   ;; The number of times this thing was used.
   (count 0 :type unsigned-byte)
-- 
GitLab