1.0.3.18: Fix build on FreeBSD/amd64
authorsa2c <sa2c>
Sat, 3 Mar 2007 07:19:36 +0000 (07:19 +0000)
committersa2c <sa2c>
Sat, 3 Mar 2007 07:19:36 +0000 (07:19 +0000)
src/compiler/x86-64/parms.lisp
version.lisp-expr

index 0c4af9d..916a9c0 100644 (file)
@@ -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)
index 2467163..38784a1 100644 (file)
@@ -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"