From fc0bd2a6f0721eb62402a79e04a8570f3d47e113 Mon Sep 17 00:00:00 2001
From: agoncharov <agoncharov>
Date: Sun, 16 Mar 2008 15:44:46 +0000
Subject: [PATCH] A commented change to test CVS commit notification. Will be
 removed in the next version.

---
 lisp/gencgc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/gencgc.c b/lisp/gencgc.c
index 6d96e9471..e47f19c21 100644
--- a/lisp/gencgc.c
+++ b/lisp/gencgc.c
@@ -7,7 +7,7 @@
  *
  * Douglas Crosher, 1996, 1997, 1998, 1999.
  *
- * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/gencgc.c,v 1.90 2008/03/15 15:00:02 agoncharov Exp $
+ * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/gencgc.c,v 1.91 2008/03/16 15:44:46 agoncharov Exp $
  *
  */
 
@@ -3669,7 +3669,7 @@ u32_vector(lispobj obj, unsigned *length)
 static inline void
 free_hash_entry(struct hash_table *hash_table, int hash_index, int kv_index)
 {
-    unsigned length = UINT_MAX;
+    unsigned length = UINT_MAX; // to compare to
     unsigned *index_vector = u32_vector(hash_table->index_vector, &length);
     unsigned *next_vector = u32_vector(hash_table->next_vector, 0);
     int free_p = 1;
-- 
GitLab