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:
David Chisnall 2010-06-07 00:27:21 +00:00
parent e7f3e84b89
commit 885d703079

View file

@ -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);