mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
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:
parent
ac3e413d7c
commit
50e7207673
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue