From 58bb5c752568f8f9a1cb4d9533268d0ecad34e12 Mon Sep 17 00:00:00 2001 From: skidd13 Date: Mon, 19 Nov 2007 20:40:14 +0000 Subject: (svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style This fixes also FS#1450 --- src/stdafx.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stdafx.h') 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) -- cgit v1.2.3-54-g00ecf