fix bogus ifdef

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36386 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-03-20 08:16:38 +00:00
parent ac3e413d7c
commit 50e7207673

View file

@ -85,10 +85,8 @@ enum
NSInteger _weekday;
NSInteger _weekdayOrdinal;
NSInteger _quarter;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST)
NSCalendar *_cal;
NSTimeZone *_tz;
#endif
}
- (NSInteger) day;