Differences From Artifact [6f5c1cc13f]:
- File win/tclWinTest.c — part of check-in [2c8f3c4653] at 2020-03-09 16:13:11 on branch core-8-branch — TCL_UNUSED for win sources. (user: dgp size: 17312) [more...]
To Artifact [3da30d92bc]:
- File win/tclWinTest.c — part of check-in [658a498ae4] at 2020-03-17 01:01:25 on branch core-8-branch — TIP 569 - remove lint comments (user: dgp size: 17291) [more...]
| ︙ | |||
407 408 409 410 411 412 413 | 407 408 409 410 411 412 413 414 415 416 417 418 419 420 | - |
* main() where the process will now be terminated with this exception
* code by the default handler the C run-time provides.
*/
/* SMASH! */
RaiseException(exceptions[cmd], EXCEPTION_NONCONTINUABLE, 0, NULL);
|
| ︙ |