Remove underscore from front of objc_thread type.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1737 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-09-07 21:08:23 +00:00
parent 4adb83aab0
commit cb41431044

View file

@ -41,7 +41,7 @@ typedef enum
@interface NSThread : NSObject
{
@public
_objc_thread_t _thread_id;
objc_thread_t _thread_id;
NSMutableDictionary *_thread_dictionary;
struct autorelease_thread_vars _autorelease_vars;
}