From 3ab45810b9f35a9ebf1657e90f6c9ae77eb5ef7d Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Tue, 18 May 2004 13:20:54 +0000
Subject: [PATCH] Export WEAK-POINTER-MARK-BIT-SLOT.

---
 code/exports.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/code/exports.lisp b/code/exports.lisp
index 8e97580c6..3f173057e 100644
--- a/code/exports.lisp
+++ b/code/exports.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/code/exports.lisp,v 1.230 2004/05/17 17:22:29 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.231 2004/05/18 13:20:54 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1043,6 +1043,7 @@
 	   "ZERO-SC-NUMBER"
 	   "CALLBACK-ACCESSOR-FORM" "MAKE-CALLBACK-TRAMPOLINE"
 	   "FIXNUMIZE"
+	   "WEAK-POINTER-MARK-BIT-SLOT"
 	   )
   #+sparc
   (:export "ALLOCATION-TRAP"
-- 
GitLab