1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Fix 32-bit warnings again

* src/print.c (struct print_stack_entry): Make
u.list.tortoise_idx intmax_t.
This commit is contained in:
Po Lu 2022-05-26 08:11:36 +08:00
parent 20cf35cbde
commit 9ab7d98bc6

View file

@ -2040,7 +2040,7 @@ struct print_stack_entry
Lisp_Object tortoise; /* slow pointer */
ptrdiff_t n; /* tortoise step countdown */
ptrdiff_t m; /* tortoise step period */
ptrdiff_t tortoise_idx; /* index of tortoise */
intmax_t tortoise_idx; /* index of tortoise */
} list;
struct