changeset 5224:3ff3c1b8abc9 draft

(svn r7341) - Codechange: Also rename the POOL_H define to OLDPOOL_H (forgotten in r7331).
author matthijs <matthijs@openttd.org>
date Sun, 03 Dec 2006 20:03:40 +0000
parents 2069a8942250
children 82d1397ef2eb
files oldpool.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 */