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 12:59:56 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Philipp Stephani wrote:
intmax_t could differ between compilers even on the
same machine, which would silently break compatibility.

Doesn't sound very likely. intmax_t is hardwired into the C library. If compilers disagree about its size, printf would stop working. Any incompatibility this extreme would require treating the different compilers like we treat any other differences in platform: you need to recompile your module.



reply via email to

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