bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#36597: 27.0.50; rehash hash tables eagerly in pdumper


From: Eli Zaretskii
Subject: bug#36597: 27.0.50; rehash hash tables eagerly in pdumper
Date: Tue, 11 Aug 2020 21:35:52 +0300

> Cc: larsi@gnus.org, pipcet@gmail.com, 36597@debbugs.gnu.org
> From: Paul Eggert <eggert@cs.ucla.edu>
> Date: Tue, 11 Aug 2020 11:11:20 -0700
> 
> Ah, it's because Emacs uses C99 inttypes.h macros like PRIdPTR without also 
> using the Gnulib inttypes module which implements these macros on platforms 
> like 
> MinGW where the macros don't work. This problem occurs elsewhere in Emacs in 
> a 
> couple of places, we just never noticed it. I installed the attached patch, 
> which I hope fixes the glitch.

It doesn't, because we avoid the Gnulib inttypes module on MinGW.

I don't understand why it's needed; there's nothing wrong with MinGW's
inttypes.h header.





reply via email to

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