Moved new NSDateFormatter ivars to a struct in _reserved. Use unum_clone() to copy formatter in NSDateFormatter.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32172 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Stefan Bidigaray 2011-02-15 00:49:48 +00:00
parent c5720109a0
commit 8acf2cf573
4 changed files with 96 additions and 61 deletions

View file

@ -127,12 +127,6 @@ typedef NSUInteger NSDateFormatterBehavior;
#if GS_EXPOSE(NSDateFormatter)
NSString *_dateFormat;
BOOL _allowsNaturalLanguage;
NSUInteger _behavior;
NSLocale *_locale;
NSTimeZone *_tz;
NSDateFormatterStyle _timeStyle;
NSDateFormatterStyle _dateStyle;
void *_formatter;
#endif
#if !GS_NONFRAGILE
/* Pointer to private additional data used to avoid breaking ABI