From 3adf490f1fe4832f3c772a59ae9e9e9bf46c6395 Mon Sep 17 00:00:00 2001 From: matthijs Date: Sun, 3 Dec 2006 20:03:40 +0000 Subject: (svn r7341) - Codechange: Also rename the POOL_H define to OLDPOOL_H (forgotten in r7331). --- oldpool.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'oldpool.h') diff --git a/oldpool.h b/oldpool.h index bd067a6f1..ba22e4ef4 100644 --- a/oldpool.h +++ b/oldpool.h @@ -1,7 +1,7 @@ /* $Id$ */ -#ifndef POOL_H -#define POOL_H +#ifndef OLDPOOL_H +#define OLDPOOL_H 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) \ OLD_POOL_ACCESSORS(name, type) -#endif /* POOL_H */ +#endif /* OLDPOOL_H */ -- cgit v1.2.3-54-g00ecf