Diff
Not logged in

Differences From Artifact [b60ae2fe67]:

To Artifact [14c1a345a3]:


408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
408
409
410
411
412
413
414

415
416
417
418
419
420
421







-







    }
    Tcl_DStringInit(cwdPtr);
    TclDStringAppendObj(cwdPtr, cwd);
    Tcl_DecrRefCount(cwd);
    return Tcl_DStringValue(cwdPtr);
}

/* Obsolete */
int
Tcl_EvalFile(
    Tcl_Interp *interp,		/* Interpreter in which to process file. */
    const char *fileName)	/* Name of file to process. Tilde-substitution
				 * will be performed on this name. */
{
    int ret;