On Jun 3, 5:34am, jruoho...@iki.fi (Jukka Ruohonen) wrote: -- Subject: Re: CVS commit: xsrc/external/mit/xauth/dist
| > Well, there is an advantage that the FreeBSD one has over ours. It can be | > used in c++ with -Wold-style-cast, if defined as: | > | > #define __DECONST(t, a) const_cast<t>(a) | | That, and why is it cast to an unsigned long and not uintptr_t? So that it does not bring in another header to define uintptr_t. christos