# HG changeset patch # User matthijs # Date 1165176220 0 # Node ID 3ff3c1b8abc9422eae9986c55f6e15d84b98a2e0 # Parent 2069a89422508c2d34bee49ba6f884b1acd103aa (svn r7341) - Codechange: Also rename the POOL_H define to OLDPOOL_H (forgotten in r7331). diff --git a/oldpool.h b/oldpool.h --- 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 @@ static DEFINE_OLD_POOL(name, type, new_block_proc, clean_block_proc) \ OLD_POOL_ACCESSORS(name, type) -#endif /* POOL_H */ +#endif /* OLDPOOL_H */