X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fvop.lisp;h=99d71111178ea4a934f9c6b6d110a9fa609c187f;hb=95591ed483dbb8c0846c129953acac1554f28809;hp=035a215aa2ac5844dbbb28737a8d9ac804bab5c0;hpb=5cf3c4259d529e180d75d4d140f344e600d2b06b;p=sbcl.git diff --git a/src/compiler/vop.lisp b/src/compiler/vop.lisp index 035a215..99d7111 100644 --- a/src/compiler/vop.lisp +++ b/src/compiler/vop.lisp @@ -324,8 +324,8 @@ ;; a function type specifier representing the arguments and results ;; of this function (type 'function :type (or list (member function))) - ;; xref information for the XEP - (xref nil :type (or null simple-vector))) + ;; docstring and/or xref information for the XEP + (info nil :type (or null simple-vector string (cons string simple-vector)))) ;;; An IR2-PHYSENV is used to annotate non-LET LAMBDAs with their ;;; passing locations. It is stored in the PHYSENV-INFO.