mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Cleanups and minor bugfixes for new code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28665 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bed83a2f29
commit
640ae938c6
27 changed files with 156 additions and 92 deletions
|
@ -114,13 +114,13 @@ extern "C" {
|
|||
- (NSMutableDictionary*) threadDictionary;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \
|
||||
&& GS_API_VERSION(010200,GS_API_LATEST)
|
||||
&& GS_API_VERSION( 10200,GS_API_LATEST)
|
||||
+ (void) setThreadPriority: (double)pri;
|
||||
+ (double) threadPriority;
|
||||
#endif
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \
|
||||
&& GS_API_VERSION(011501,GS_API_LATEST)
|
||||
&& GS_API_VERSION( 11501,GS_API_LATEST)
|
||||
|
||||
/** Returns an array of the call stack return addresses.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue