This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/2] Define PTR_MANGLE and PTR_DEMANGLE unconditionally.


On 10/31/2013 03:41 PM, OndÅej BÃlka wrote:
> +#ifndef PTR_MANGLE
> +# define PTR_MANGLE(x)
> +#endif
> +
> +#ifndef PTR_DEMANGLE
> +# define PTR_DEMANGLE(x)
> +#endif

This should happen once and then get used everywhere else.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]