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:
parent
20cf35cbde
commit
9ab7d98bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue