mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Correct conditional macro.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30592 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e7f3e84b89
commit
885d703079
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ unregisterActiveThread(NSThread *thread)
|
|||
* if we have become multi-threaded due to a call to the runtime directly
|
||||
* rather than via the NSThread class.
|
||||
*/
|
||||
#if defined(__GNUSTEP_RUNTIME__) || defined(__NEXT_RUNTIME__)
|
||||
#if defined(__GNUSTEP_RUNTIME__) || defined(NeXT_RUNTIME)
|
||||
gnustep_base_thread_callback();
|
||||
#else
|
||||
objc_set_thread_callback(gnustep_base_thread_callback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue