summaryrefslogtreecommitdiff
path: root/oldpool.h
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2006-12-03 20:03:40 +0000
committermatthijs <matthijs@openttd.org>2006-12-03 20:03:40 +0000
commit5f2b62f49f155b1aea324051812683cd9ed66467 (patch)
tree34858c96a15d67e4e380fa3854ce681f9256cfbc /oldpool.h
parent6d154ce5f8cf63baeaefe82d0604e868c684427a (diff)
downloadopenttd-5f2b62f49f155b1aea324051812683cd9ed66467.tar.xz
(svn r7341) - Codechange: Also rename the POOL_H define to OLDPOOL_H (forgotten in r7331).
Diffstat (limited to 'oldpool.h')
-rw-r--r--oldpool.h6
1 files changed, 3 insertions, 3 deletions
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 */