X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fbyte-comp.lisp;h=25b72f1c21bc284608781aa6816f0c38adfa9c9b;hb=b8f63d9b4e978bec3bfc1f4fc471e5ed946781fd;hp=644b6dfa9c92c6d0075039cb560b80a8d13eaa7c;hpb=95a6db7329b91dd90d165dd4057b9b5098d34aa2;p=sbcl.git diff --git a/src/compiler/byte-comp.lisp b/src/compiler/byte-comp.lisp index 644b6df..25b72f1 100644 --- a/src/compiler/byte-comp.lisp +++ b/src/compiler/byte-comp.lisp @@ -13,7 +13,9 @@ (in-package "SB!C") ;;;; the fasl file format that we use -(defconstant byte-fasl-file-version 1) +(defconstant byte-fasl-file-version 2) +;;; 1 = before about sbcl-0.6.9.8 +;;; 2 = merged package SB-CONDITIONS into SB-KERNEL around sbcl-0.6.9.8 ;;; ### remaining work: ;;;