# HG changeset patch # User matthijs # Date 1165176220 0 # Node ID df36f84cbb6c1bd3e8339bd726c5ba316c0c3996 # Parent 9e36a3d5fdb45364fc852e36a6ab4d7b4e857537 (svn r7341) - Codechange: Also rename the POOL_H define to OLDPOOL_H (forgotten in r7331). diff -r 9e36a3d5fdb4 -r df36f84cbb6c oldpool.h --- a/oldpool.h Sun Dec 03 19:07:20 2006 +0000 +++ b/oldpool.h Sun Dec 03 20:03:40 2006 +0000 @@ -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 @@ static DEFINE_OLD_POOL(name, type, new_block_proc, clean_block_proc) \ OLD_POOL_ACCESSORS(name, type) -#endif /* POOL_H */ +#endif /* OLDPOOL_H */