]> git.eshelyaron.com Git - emacs.git/commit
Change type of `rehash_threshold' and `pure' fields in hash-tables
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 19 Feb 2017 03:37:05 +0000 (22:37 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 19 Feb 2017 03:37:05 +0000 (22:37 -0500)
commitfe927ecfe45f66ec58d9e7cab6f2526fc87a6803
tree2bf00f13cb623dcdebda530dfcef75af69a4a13a
parentb2a83eed23d540b4b0ab9e0bf5605821011bfd7d
Change type of `rehash_threshold' and `pure' fields in hash-tables

* src/lisp.h (struct Lisp_Hash_Table): Change type of
`rehash_threshold' and `pure' fields and move them after `count'.
* src/fns.c (make_hash_table): Change type of `rehash_threshold' and `pure'.
(Fmake_hash_table, Fhash_table_rehash_threshold):
* src/category.c (hash_get_category_set):
* src/xterm.c (syms_of_xterm):
* src/profiler.c (make_log):
* src/print.c (print_object):
* src/alloc.c (purecopy_hash_table, purecopy): Adjust accordingly.
src/alloc.c
src/category.c
src/fns.c
src/lisp.h
src/print.c
src/profiler.c
src/xterm.c