diff --git a/compiler/node.lisp b/compiler/node.lisp index cfa7ece3b051aa9b79ecc4f6020a9fbe94549964..0df7345914209798e3b8e17e4a50b232d402e916 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 (or :function :type)) + (kind nil :type (member :function :type)) ;; ;; The number of times this thing was used. (count 0 :type unsigned-byte)