1.0.28.38: undefined warning and compilation unit summary tweaking
[sbcl.git] / src / compiler / node.lisp
index cb167fd..ceb1a2b 100644 (file)
 (def!struct (global-var (:include basic-var))
   ;; kind of variable described
   (kind (missing-arg)
-        :type (member :special :global-function :global)))
+        :type (member :special :global-function :global :unknown)))
 (defprinter (global-var :identity t)
   %source-name
   #!+sb-show id