summaryrefslogtreecommitdiffstats
path: root/win/tclWinTest.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-04-26 13:52:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-04-26 13:52:58 (GMT)
commitf8900a54702510fa7e6068221cba71c5f8920f01 (patch)
tree502e16aa19987a0abef1d255638a9d39a00bd4ab /win/tclWinTest.c
parentace56e587278e676259306f1a89602f3ca679f52 (diff)
parentf9c3c819472813905c28f23456d1e94d8a167aa1 (diff)
downloadtcl-f8900a54702510fa7e6068221cba71c5f8920f01.zip
tcl-f8900a54702510fa7e6068221cba71c5f8920f01.tar.gz
tcl-f8900a54702510fa7e6068221cba71c5f8920f01.tar.bz2
merge trunk
Diffstat (limited to 'win/tclWinTest.c')
-rw-r--r--win/tclWinTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinTest.c b/win/tclWinTest.c
index 6ef1157..392e830 100644
--- a/win/tclWinTest.c
+++ b/win/tclWinTest.c
@@ -430,7 +430,7 @@ TestExceptionCmd(
"invalid_disp", "guard_page", "invalid_handle", "ctrl+c",
NULL
};
- static DWORD exceptions[] = {
+ static const DWORD exceptions[] = {
EXCEPTION_ACCESS_VIOLATION, EXCEPTION_DATATYPE_MISALIGNMENT,
EXCEPTION_ARRAY_BOUNDS_EXCEEDED, EXCEPTION_FLT_DENORMAL_OPERAND,
EXCEPTION_FLT_DIVIDE_BY_ZERO, EXCEPTION_FLT_INEXACT_RESULT,