]> git.eshelyaron.com Git - emacs.git/commit
Fix compiler warnings in printer code on 32-bit systems
authorPo Lu <luangruo@yahoo.com>
Sat, 21 May 2022 06:46:57 +0000 (14:46 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 21 May 2022 06:46:57 +0000 (14:46 +0800)
commitcf21e3854316bc23163014ee7f044dad2da74291
tree743e1d253c0e4324987bcf4dfe1010ad0ef392db
parent3e3fe06307de183a4a4f9c7ead6a0d5c5adedfa9
Fix compiler warnings in printer code on 32-bit systems

* print.c (enum print_entry_type, struct print_stack_entry):
Clean up coding style.
(struct print_stack): Make print_stack_entry.list.idx intmax_t,
like it was before the nonrecursive printing was installed.
Also clarify what "Brent cycle detection" means in the comments.
src/print.c