Some cleanup in preparation for next release.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22618 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-03-08 11:28:59 +00:00
parent 567a263baf
commit f2398378e0
88 changed files with 570 additions and 425 deletions

View file

@ -55,6 +55,10 @@
#include "GSRunLoopCtxt.h"
@interface NSAutoreleasePool (NSThread)
+ (void) _endThread: (NSThread*)thread;
@end
typedef struct { @defs(NSThread) } NSThread_ivars;
static Class threadClass = Nil;