mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
Change syntax of includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16874 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8d61ae67a5
commit
d228cba99b
119 changed files with 1087 additions and 1023 deletions
|
@ -30,10 +30,10 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSLock.h>
|
||||
#include <Foundation/NSThread.h>
|
||||
#include "Foundation/NSNotification.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSThread.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -191,7 +191,7 @@ static void obsFree(Observation *o);
|
|||
#define GSI_ARRAY_RELEASE(A, X) obsFree(X.ext)
|
||||
#define GSI_ARRAY_RETAIN(A, X) obsRetain(X.ext)
|
||||
|
||||
#include <base/GSIArray.h>
|
||||
#include "gnustep/base/GSIArray.h"
|
||||
|
||||
#define GSI_MAP_RETAIN_KEY(M, X)
|
||||
#define GSI_MAP_RELEASE_KEY(M, X) ({if ((((gsaddr)X.obj) & 1) == 0) \
|
||||
|
@ -206,7 +206,7 @@ static void obsFree(Observation *o);
|
|||
#define GSI_MAP_VEXTRA Observation*
|
||||
#define GSI_MAP_EXTRA void*
|
||||
|
||||
#include <base/GSIMap.h>
|
||||
#include "gnustep/base/GSIMap.h"
|
||||
|
||||
/*
|
||||
* An NC table is used to keep track of memory allocated to store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue