summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
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)