Fixed compilation of NSThread under gcc 3.1

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11832 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-12-19 03:25:56 +00:00
parent 401b419be7
commit db378770d0

View file

@ -1,3 +1,10 @@
Wed Dec 19 02:17:09 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSThread.m (GSRegisterCurrentThread): Use @defs to
access protected variables of NSThread otherwise GCC 3.1 refuses to
compile it.
(GSUnregisterCurrentThread): Idem.
Tue Dec 18 18:02:07 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSObject.m ([+conformsToProtocol:]): Fixed - it was