mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
401b419be7
commit
db378770d0
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue