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
Branches
Tags
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 (or :function :type)) (kind nil :type (member :function :type))
;; ;;
;; 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.
Please register or to comment