emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dynamic loading progress


From: Paul Eggert
Subject: Re: Dynamic loading progress
Date: Fri, 20 Nov 2015 11:13:34 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Eli Zaretskii wrote:
intmax_t is a 64-bit type on most modern platforms,
right?

Yes, this is a no-op change for the platforms I know of. It's more future-proof, that's all. Neither C99 nor C11 nor even POSIX guarantee that int64_t is supported (this is for portability to mainframes with 72-bit longs, and I suppose to hypothetical future machines). Of course it's fine to use int64_t in platform-specific code where the platform guarantees that int64_t exists.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]