use of malloc.h in KDE
Michael Matz
matz at kde.org
Fri Nov 22 14:04:47 GMT 2002
Hi,
On Fri, 22 Nov 2002, Andy Fawcett wrote:
> #if !defined(__FreeBSD__)
> #include <malloc.h>
> #endif
>
> but that is so messy. I looked to see if there was an auto* check for a
> _working_ malloc.h, but I cannot find one.
Delete all occurences of <malloc.h> and make sure that <stdlib.h> is
included instead. No need for #ifdefs. If it's in time for 3.1 I don't
know, it's certainly not critical.
Ciao,
Michael.
More information about the kde-core-devel
mailing list