From 9f56cd65c4f8d57d7cde847681a7b72632c3f7fe Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 30 Mar 2010 12:03:46 +0000 Subject: avoid single quote in #error --- rts/win32/seh_excn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts') diff --git a/rts/win32/seh_excn.h b/rts/win32/seh_excn.h index 9d67fb405a..7d17465cd1 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 */ -- cgit v1.2.1