On 6/2/10 12:41 PM, Howard Hinnant wrote:
> I've reverted the changes needed for Ubuntu.  The changes for Ubuntu should 
> go under a #if and I'm not sure what that #if should look like.
Like this, maybe?

#ifdef __GLIBC__
#define __need_NULL
#define __need_ptrdiff_t
#define __need_size_t
#endif

Chip

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to