summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-03-30 12:03:46 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-03-30 12:03:46 +0000
commit9f56cd65c4f8d57d7cde847681a7b72632c3f7fe (patch)
treee62f9060513a9a339bde80274ee5c35b1523add4 /rts
parent998ec04a2ccd903399c0c34124f9e37aafb290c4 (diff)
downloadhaskell-9f56cd65c4f8d57d7cde847681a7b72632c3f7fe.tar.gz
avoid single quote in #error
Diffstat (limited to 'rts')
-rw-r--r--rts/win32/seh_excn.h2
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 */