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

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

bug#36649: 27.0.50; pure space and pdumper


From: Paul Eggert
Subject: bug#36649: 27.0.50; pure space and pdumper
Date: Wed, 19 May 2021 10:43:24 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 5/19/21 10:38 AM, Eli Zaretskii wrote:
The problem is not in gmalloc.c, the problem is in every src/*.c file
that calls 'free'.  That's because we redirect to hybrid_free in
conf_post.h, but Gnulib's stdlib.h is included after that,

Have conf_post.h include stdlib.h before it redefines 'free'. It should do that anyway, since POSIX stdlib.h is allowed to define 'free' as a macro.





reply via email to

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