use of __attribute__malloc__
Subject: Re: Fun with __attribute__malloc__
Message-ID: <
20050624171159.GB29590@petdance.com>
p4raw-id: //depot/perl@24987
# define __attribute__format__(x,y,z) __attribute__((format(x,y,z)))
#endif
#ifdef HASATTRIBUTE_MALLOC
-# define __attribute__malloc__ __attribute__((malloc))
+# define __attribute__malloc__ __attribute__((__malloc__))
#endif
#ifdef HASATTRIBUTE_NONNULL
# define __attribute__nonnull__(a) __attribute__((nonnull(a)))