Changed __DARWIN__ to __APPLE__

This commit is contained in:
Jeremy Huddleston 2007-12-10 21:33:01 -08:00
parent 5ae4d304ec
commit e49280c1c3

View file

@ -133,7 +133,7 @@ in this Software without prior written authorization from The Open Group.
#define NULL_NOT_ZERO
#endif
#ifdef __DARWIN__
#ifdef __APPLE__
#define NULL_NOT_ZERO
#endif