X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdebug-info.lisp;h=1eb50380bc4139fad04f5d2d09dfa73298b47e0a;hb=fd00d78accb69be3a626a29120ba17a18569b98c;hp=acb051c168391e8ee45396f7927f39d85407d3dd;hpb=3c5609fe910bae51ff885c8cfd4be879151e7489;p=sbcl.git diff --git a/src/code/debug-info.lisp b/src/code/debug-info.lisp index acb051c..1eb5038 100644 --- a/src/code/debug-info.lisp +++ b/src/code/debug-info.lisp @@ -263,7 +263,7 @@ (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. ;;