0.6.12.5:
[sbcl.git] / src / compiler / alpha / backend-parms.lisp
index a43cade..195dcc2 100644 (file)
@@ -1,8 +1,8 @@
-;;;; that part of the parms.lisp file from original CMU CL which is defined in
-;;;; terms of the BACKEND structure
+;;;; that part of the parms.lisp file from original CMU CL which is
+;;;; defined in terms of the BACKEND structure
 ;;;;
-;;;; FIXME: When we break up the BACKEND structure, this might be mergeable
-;;;; back into the parms.lisp file.
+;;;; FIXME: Now that the BACKEND structure has been broken up, this
+;;;; might be mergeable back into the parms.lisp file.
 
 ;;;; This software is part of the SBCL system. See the README file for
 ;;;; more information.
 ;;;; provided with absolutely no warranty. See the COPYING and CREDITS
 ;;;; files for more information.
 
-
-
 (in-package "SB!VM")
-
 \f
 ;;;; compiler constants
 
@@ -26,7 +23,6 @@
 ;;;(setf *backend-fasl-file-version* 8)
 ;;; 8 = sbcl-0.6.10.4 revived Gray stream support, changing stream layouts
 
-
 (setf *backend-register-save-penalty* 3)
 
 (setf *backend-byte-order* :little-endian)