Tcl Source Code

Check-in [748898a892]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Corrected odd comment
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 748898a892943233bbf2b0f1a890ea08a18d735e
User & Date: dkf 2011-03-28 12:15:07
Context
2011-03-29
15:06
More generation of errorCode information, notably when lists are mis-parsed. check-in: 999804376c user: dkf tags: trunk
12:57
merge trunk to feature branch check-in: e92fc1c871 user: mig tags: mig-no280
12:56
merge trunk to feature branch check-in: 097c214f3b user: mig tags: mig-alloc-reform
2011-03-28
12:15
Corrected odd comment check-in: 748898a892 user: dkf tags: trunk
11:40
set default MODULE_SCOPE=extern, in case no other value is determined check-in: dbf7b56685 user: jan.nijtmans tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to generic/tclVar.c.

5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
    VarHashDeleteTable(varPtr->value.tablePtr);
    ckfree(varPtr->value.tablePtr);
}

/*
 *----------------------------------------------------------------------
 *
 * TclTclObjVarErrMsg --
 *
 *	Generate a reasonable error message describing why a variable
 *	operation failed.
 *
 * Results:
 *	None.
 *







|







5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
    VarHashDeleteTable(varPtr->value.tablePtr);
    ckfree(varPtr->value.tablePtr);
}

/*
 *----------------------------------------------------------------------
 *
 * TclObjVarErrMsg --
 *
 *	Generate a reasonable error message describing why a variable
 *	operation failed.
 *
 * Results:
 *	None.
 *