X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fglobaldb.lisp;h=aa9f8b8bb45cbc2124b3afcea7677a69a53ee7b1;hb=02f7f85a6554b1ec233e9a515c4c511fe092565e;hp=a0d4872ceb1f8bd96750ab59ad70cba78bc83567;hpb=390073eee1f9738487bf22c7fd118156899fabbe;p=sbcl.git diff --git a/src/compiler/globaldb.lisp b/src/compiler/globaldb.lisp index a0d4872..aa9f8b8 100644 --- a/src/compiler/globaldb.lisp +++ b/src/compiler/globaldb.lisp @@ -1000,6 +1000,12 @@ :type-spec boolean :default nil) +(define-info-type + :class :variable + :type :deprecated + :type-spec t + :default nil) + ;;; the declared type for this variable (define-info-type :class :variable