]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/lisp.h (struct Lisp_Hash_Table.count): Improve comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Jul 2019 04:43:46 +0000 (21:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Jul 2019 04:45:27 +0000 (21:45 -0700)
src/lisp.h

index 4885e26e3f3424692bd1bc2dcfaea50ac5e8b907..13014c82dc3a96f16330d42c474060d5f282fad2 100644 (file)
@@ -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.  */