summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2007-11-19 20:40:14 +0000
committerskidd13 <skidd13@openttd.org>2007-11-19 20:40:14 +0000
commit58bb5c752568f8f9a1cb4d9533268d0ecad34e12 (patch)
tree6112141c4dddc87df3ac0db557f34623319c73e0 /src/stdafx.h
parentd076ea8697a61a4d7783bd6e1b5c7f12ecc2ec83 (diff)
downloadopenttd-58bb5c752568f8f9a1cb4d9533268d0ecad34e12.tar.xz
(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style
This fixes also FS#1450
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index d3c268e7a..d9bf34835 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -360,8 +360,6 @@ CDECL error(const char *str, ...);
#elif defined(OPENBSD)
/* OpenBSD uses strcasecmp(3) */
#define _stricmp strcasecmp
-/* OpenBSD furthermore already has an ALIGN macro. */
-#undef ALIGN
#endif
#if !defined(MORPHOS) && !defined(OPENBSD)