mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Fixup location of declaration of new ivars
This commit is contained in:
parent
1e51260895
commit
cedccc9f09
2 changed files with 2 additions and 3 deletions
|
@ -71,14 +71,11 @@ GS_EXPORT_CLASS
|
|||
BOOL _cancelled;
|
||||
BOOL _active;
|
||||
BOOL _finished;
|
||||
BOOL _targetIsBlock;
|
||||
NSHandler *_exception_handler; // Not retained.
|
||||
NSMutableDictionary *_thread_dictionary;
|
||||
struct autorelease_thread_vars _autorelease_vars;
|
||||
id _gcontext;
|
||||
void *_runLoopInfo; // Per-thread runloop related info.
|
||||
// Used to store a GSICUStringCollatorCache object for this thread.
|
||||
id _stringCollatorCache;
|
||||
#endif
|
||||
#if GS_NONFRAGILE
|
||||
# if defined(GS_NSThread_IVARS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue