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

Fixed broken slot type declaration in the UNDEFINED-WARNING structure.

parent 8a412954
No related branches found
No related tags found
No related merge requests found
......@@ -1159,7 +1159,7 @@
(name nil :type (or symbol list))
;;
;; The kind of reference to Name.
(kind nil :type (or :function :type))
(kind nil :type (member :function :type))
;;
;; The number of times this thing was used.
(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