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

Carlos O'Donell carlos@redhat.com
Thu Oct 31 19:43:00 GMT 2013


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.



More information about the Libc-alpha mailing list