mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
leak detection improvements
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37003 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8ea74f67d7
commit
ed09c55959
102 changed files with 429 additions and 235 deletions
|
@ -22,8 +22,8 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "GNUstepBase/GSConfig.h"
|
||||
#import <GNUstepBase/GSBlocks.h>
|
||||
#import "GNUstepBase/GSBlocks.h"
|
||||
|
||||
#if HAVE_DISPATCH_H
|
||||
#include <dispatch.h>
|
||||
#elif HAVE_DISPATCH_DISPATCH_H
|
||||
|
@ -40,8 +40,8 @@
|
|||
#if __has_feature(blocks) && (GS_USE_LIBDISPATCH == 1)
|
||||
|
||||
/*
|
||||
* Older versions of libdispatch do not support concurrent queues. We define away the
|
||||
* attributes in this case.
|
||||
* Older versions of libdispatch do not support concurrent queues.
|
||||
* We define away the attributes in this case.
|
||||
*/
|
||||
#ifndef DISPATCH_QUEUE_SERIAL
|
||||
#define DISPATCH_QUEUE_SERIAL NULL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue