0.8.20.1: fun-name fun, debugger debugged
[sbcl.git] / src / code / debug-info.lisp
index acb051c..1eb5038 100644 (file)
 
 (def!struct debug-info
   ;; Some string describing something about the code in this component.
-  (name (missing-arg) :type simple-string)
+  (name (missing-arg) :type t)
   ;; A list of DEBUG-SOURCE structures describing where the code for this
   ;; component came from, in the order that they were read.
   ;;