Skip to content
Snippets Groups Projects
Commit e4628580 authored by ram's avatar ram
Browse files

Added :VARIABLE as a undefined warning kind.

parent 4cd9d5df
No related branches found
No related tags found
No related merge requests found
...@@ -1159,7 +1159,7 @@ ...@@ -1159,7 +1159,7 @@
(name nil :type (or symbol list)) (name nil :type (or symbol list))
;; ;;
;; The kind of reference to Name. ;; 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. ;; The number of times this thing was used.
(count 0 :type unsigned-byte) (count 0 :type unsigned-byte)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment