Diff
Not logged in

Differences From Artifact [6f5c1cc13f]:

To Artifact [3da30d92bc]:


407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
     * 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);

    /* NOTREACHED */
    return TCL_OK;
}

static int
TestplatformChmod(
    const char *nativePath,
    int pmode)







<







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);


    return TCL_OK;
}

static int
TestplatformChmod(
    const char *nativePath,
    int pmode)