From: sa2c Date: Sat, 3 Mar 2007 07:19:36 +0000 (+0000) Subject: 1.0.3.18: Fix build on FreeBSD/amd64 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=3842d888837fd157314b2d98498bf89a23ff972d;p=sbcl.git 1.0.3.18: Fix build on FreeBSD/amd64 --- diff --git a/src/compiler/x86-64/parms.lisp b/src/compiler/x86-64/parms.lisp index 0c4af9d..916a9c0 100644 --- a/src/compiler/x86-64/parms.lisp +++ b/src/compiler/x86-64/parms.lisp @@ -97,7 +97,7 @@ ;;; would be possible, but probably not worth the time and code bloat ;;; it would cause. -- JES, 2005-12-11 -#!+linux +#!+(or linux freebsd) (progn (def!constant read-only-space-start #x20000000) (def!constant read-only-space-end #x27ff0000) diff --git a/version.lisp-expr b/version.lisp-expr index 2467163..38784a1 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.3.17" +"1.0.3.18"