emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 61a79e8 1/2: * src/lisp.h (struct Lisp_Hash_Table.c


From: Paul Eggert
Subject: [Emacs-diffs] master 61a79e8 1/2: * src/lisp.h (struct Lisp_Hash_Table.count): Improve comment.
Date: Sun, 14 Jul 2019 00:47:08 -0400 (EDT)

branch: master
commit 61a79e88e4a29854af519bf0e48c3a71197e0ddd
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/lisp.h (struct Lisp_Hash_Table.count): Improve comment.
---
 src/lisp.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lisp.h b/src/lisp.h
index 4885e26..13014c8 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2278,7 +2278,8 @@ struct Lisp_Hash_Table
      'index' are special and are either ignored by the GC or traced in
      a special way (e.g. because of weakness).  */
 
-  /* Number of key/value entries in the table.  */
+  /* Number of key/value entries in the table.  This number is
+     negated if the table needs rehashing.  */
   ptrdiff_t count;
 
   /* Index of first free entry in free list, or -1 if none.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]