(svn r7341) - Codechange: Also rename the POOL_H define to OLDPOOL_H (forgotten in r7331).
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
#ifndef POOL_H
|
#ifndef OLDPOOL_H
|
||||||
#define POOL_H
|
#define OLDPOOL_H
|
||||||
|
|
||||||
typedef struct OldMemoryPool OldMemoryPool;
|
typedef struct OldMemoryPool OldMemoryPool;
|
||||||
|
|
||||||
@@ -93,4 +93,4 @@ bool AddBlockIfNeeded(OldMemoryPool *array, uint index);
|
|||||||
static DEFINE_OLD_POOL(name, type, new_block_proc, clean_block_proc) \
|
static DEFINE_OLD_POOL(name, type, new_block_proc, clean_block_proc) \
|
||||||
OLD_POOL_ACCESSORS(name, type)
|
OLD_POOL_ACCESSORS(name, type)
|
||||||
|
|
||||||
#endif /* POOL_H */
|
#endif /* OLDPOOL_H */
|
||||||
|
Reference in New Issue
Block a user