diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-24 08:34:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-24 08:34:58 (GMT) |
commit | 411de7ebbe54889956148550551d2c452abfd0a1 (patch) | |
tree | 10fa034ba589c44f19c379a37827c33b755c0854 /win/tclWinTest.c | |
parent | b2171aae67fecadef5016886808249be0cef1d01 (diff) | |
parent | ec714d550beaef96474f793d50913556599c2ca5 (diff) | |
download | tcl-411de7ebbe54889956148550551d2c452abfd0a1.zip tcl-411de7ebbe54889956148550551d2c452abfd0a1.tar.gz tcl-411de7ebbe54889956148550551d2c452abfd0a1.tar.bz2 |
merge trunk
Diffstat (limited to 'win/tclWinTest.c')
-rw-r--r-- | win/tclWinTest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinTest.c b/win/tclWinTest.c index 0ddd76b..dadd067 100644 --- a/win/tclWinTest.c +++ b/win/tclWinTest.c @@ -440,7 +440,7 @@ TestExceptionCmd( int objc, /* Argument count */ Tcl_Obj *CONST objv[]) /* Argument vector */ { - static char *cmds[] = { + static CONST84 char *cmds[] = { "access_violation", "datatype_misalignment", "array_bounds", @@ -464,7 +464,7 @@ TestExceptionCmd( "ctrl+c", NULL }; - static DWORD exceptions[] = { + static const DWORD exceptions[] = { EXCEPTION_ACCESS_VIOLATION, EXCEPTION_DATATYPE_MISALIGNMENT, EXCEPTION_ARRAY_BOUNDS_EXCEEDED, |