From ebf207a06aee282ae8c5db65a70be5b57f73f03d Mon Sep 17 00:00:00 2001
From: toy <toy>
Date: Mon, 13 Oct 2003 21:51:04 +0000
Subject: [PATCH] o Change prefix for LOWTAG- symbols to lowtag_ instead of
 lowtag, to   match what lisp.h already does. o Add type-bits and friends to
 the header file, so we don't have to   define them in lisp.h

---
 compiler/generic/new-genesis.lisp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/compiler/generic/new-genesis.lisp b/compiler/generic/new-genesis.lisp
index d3b7c402a..a8db59f4d 100644
--- a/compiler/generic/new-genesis.lisp
+++ b/compiler/generic/new-genesis.lisp
@@ -4,7 +4,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/new-genesis.lisp,v 1.61 2003/10/09 19:02:40 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/new-genesis.lisp,v 1.62 2003/10/13 21:51:04 toy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -2229,7 +2229,8 @@
 	    (test-tail "-SC-NUMBER" "sc_" 5)
 	    (test-head "TARGET-FOREIGN-" "" 6)
 	    (test-head "PSEUDO-ATOMIC-" "pseudo_atomic_" 7)
-	    (test-head "LOWTAG-" "lowtag" 8)))))
+	    (test-head "LOWTAG-" "lowtag_" 8)
+	    (test-head "TYPE-" "type_" 9)))))
     (setf constants
 	  (sort constants
 		#'(lambda (const1 const2)
-- 
GitLab