(svn r7341) - Codechange: Also rename the POOL_H define to OLDPOOL_H (forgotten in r7331).
authormatthijs
Sun, 03 Dec 2006 20:03:40 +0000
changeset 5224 df36f84cbb6c
parent 5223 9e36a3d5fdb4
child 5225 af5d9de16c8d
(svn r7341) - Codechange: Also rename the POOL_H define to OLDPOOL_H (forgotten in r7331).
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 */