On Nov 7, 2008, at 7:52 AM, Argiris Kirtzidis wrote: > Anders Carlsson wrote: >> >> malloc.h isn't available on all systems - it's not available in OS X >> for example. What platform requires this? > > Oh sorry, I didn't know that. > Mingw requires this. Is it ok if I put mingw-specific #if/defs > around it ?
That's fine. It's only in the test case, not the source code of Clang itself. We have #if/defs elsewhere too in the test suite (e.g., SemaObjC/cocoa.m). _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
