From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani
Eli Zaretskii wrote:
> I thought your design decision was already to use int64 for any
> integer argument, no?
I later changed that to use intmax_t for any integers that might be convert= ed to
or from Emacs fixnums.=C2=A0 Function argument counts always must fit into = ptrdiff_t,
though, since the arg vector can't be larger than that, so it's OK = to limit them
to ptrdiff_t.