From: Simon Marlow Date: Tue, 30 Mar 2010 12:03:46 +0000 (+0000) Subject: avoid single quote in #error X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9f56cd65c4f8d57d7cde847681a7b72632c3f7fe;p=ghc-hetmet.git avoid single quote in #error --- diff --git a/rts/win32/seh_excn.h b/rts/win32/seh_excn.h index 9d67fb4..7d17465 100644 --- a/rts/win32/seh_excn.h +++ b/rts/win32/seh_excn.h @@ -85,7 +85,7 @@ catchDivZero(struct _EXCEPTION_RECORD*, } \ } #else -#error Don't know what sort of Windows system this is +#error Cannot determine what sort of Windows system this is #endif #endif /* WIN32_SEH_EXCN_H */