From 484c3af413e17806664f96b7b9aac1c7c5689dac Mon Sep 17 00:00:00 2001
From: toy <toy>
Date: Mon, 27 Oct 2003 18:33:10 +0000
Subject: [PATCH] lowtag-bits was defined twice.  Fix it.

---
 compiler/sparc/parms.lisp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/compiler/sparc/parms.lisp b/compiler/sparc/parms.lisp
index 2595e54f8..9c3605dcf 100644
--- a/compiler/sparc/parms.lisp
+++ b/compiler/sparc/parms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.47 2003/10/24 02:57:00 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.48 2003/10/27 18:33:10 toy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -103,9 +103,6 @@
   "Exclusive upper bound on the value of the low tag bits from a
   pointer.")
 
-(defconstant lowtag-bits 3
-  "Number of bits at the low end of a pointer used for type information.")
-
 (defconstant fixnum-tag-bits (1- lowtag-bits)
   "Number of tag bits used for a fixnum")
 
-- 
GitLab