diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-03-30 12:03:46 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-03-30 12:03:46 +0000 |
commit | 9f56cd65c4f8d57d7cde847681a7b72632c3f7fe (patch) | |
tree | e62f9060513a9a339bde80274ee5c35b1523add4 /rts | |
parent | 998ec04a2ccd903399c0c34124f9e37aafb290c4 (diff) | |
download | haskell-9f56cd65c4f8d57d7cde847681a7b72632c3f7fe.tar.gz |
avoid single quote in #error
Diffstat (limited to 'rts')
-rw-r--r-- | rts/win32/seh_excn.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |