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.