diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp index e7432123fa69d7129e71402908f30064623cea6f..8bddaf6f81fced5f70010ac6e396b2f716c170b0 100644 --- a/compiler/mips/parms.lisp +++ b/compiler/mips/parms.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.64 1990/07/10 18:34:18 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.65 1990/07/12 12:58:35 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM ;;; attributes for the MIPS. This file is separate from other stuff so @@ -64,10 +64,10 @@ "most-negative-fixnum in the target architecture.") ;;; ### This should be somewhere else. +#-new-compiler (defconstant native-byte-order :big-endian "The byte order we are running under.") - (defconstant float-sign-shift 31) ;;; The exponent min/max values are wrong, I think. The denorm, infinity, etc.