diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-23 13:49:01 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-23 13:49:01 (GMT) |
| commit | 41d0037cdfcc6fb654957efb1199c1fe6547bd35 (patch) | |
| tree | 4c44f674724aef22717e0efab79ff4896b96ac00 /win/tclWinTest.c | |
| parent | 2ffd0dcedadb031aa64ef561ad49397d64cfdee5 (diff) | |
| parent | 710e57182b245141bed978043b7a2621d5d097c1 (diff) | |
| download | tcl-41d0037cdfcc6fb654957efb1199c1fe6547bd35.zip tcl-41d0037cdfcc6fb654957efb1199c1fe6547bd35.tar.gz tcl-41d0037cdfcc6fb654957efb1199c1fe6547bd35.tar.bz2 | |
make some more internal tables const
Diffstat (limited to 'win/tclWinTest.c')
| -rw-r--r-- | win/tclWinTest.c | 2 |
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, |
