X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdebug-info.lisp;h=82ebf9d5a563606d17956f817c1d84e9d25847c2;hb=26ac616b6783b8841ccda8b4f1caa7d898d91b86;hp=bc099347b855f7241db45313be5e6690358bf21c;hpb=a160917364f85b38dc0826a5e3dcef87e3c4c62c;p=sbcl.git diff --git a/src/code/debug-info.lisp b/src/code/debug-info.lisp index bc09934..82ebf9d 100644 --- a/src/code/debug-info.lisp +++ b/src/code/debug-info.lisp @@ -32,9 +32,8 @@ ;;; SC-Offset of primary location (as var-length integer) ;;; [If has save SC, SC-OFFSET of save location (as var-length integer)] -;;; FIXME: The first two are no longer used in SBCL. -;;;(defconstant compiled-debug-var-uninterned #b00000001) -;;;(defconstant compiled-debug-var-packaged #b00000010) +(def!constant compiled-debug-var-more-context-p #b00000001) +(def!constant compiled-debug-var-more-count-p #b00000010) (def!constant compiled-debug-var-environment-live #b00000100) (def!constant compiled-debug-var-save-loc-p #b00001000) (def!constant compiled-debug-var-id-p #b00010000)