On Fri, Jun 24, 2005 at 04:32:25PM +0100, Steve Hay ([EMAIL PROTECTED]) wrote:
> #ifdef HASATTRIBUTE_MALLOC
> #  define __attribute__malloc__             __attribute__((malloc))
> #endif
> 
> What can be done to fix this?

#  define __attribute__malloc__             __attribute__((__malloc__))

xoa

-- 
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Reply via email to