diff options
author | dgp <dgp@users.sourceforge.net> | 2005-08-03 22:25:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-08-03 22:25:11 (GMT) |
commit | eb0feb979757670c7509380a53ba1af03cb44666 (patch) | |
tree | d3d346d9696c2ed7102776449429926b3ed1172b /generic/tclCompExpr.c | |
parent | 68517f66103e7b5b1f60f0abd4259b084b0e43b6 (diff) | |
download | tcl-eb0feb979757670c7509380a53ba1af03cb44666.zip tcl-eb0feb979757670c7509380a53ba1af03cb44666.tar.gz tcl-eb0feb979757670c7509380a53ba1af03cb44666.tar.bz2 |
* generic/tclCompExpr.c: Untangled some dependencies in the
* generic/tclEvent.c: order of finalization routines.
* generic/tclInt.h: [Bug 1251399]
* generic/tclObj.c:
Diffstat (limited to 'generic/tclCompExpr.c')
-rw-r--r-- | generic/tclCompExpr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclCompExpr.c b/generic/tclCompExpr.c index 9ca9f73..e102d28 100644 --- a/generic/tclCompExpr.c +++ b/generic/tclCompExpr.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclCompExpr.c,v 1.27 2005/07/17 21:17:40 dkf Exp $ + * RCS: @(#) $Id: tclCompExpr.c,v 1.28 2005/08/03 22:25:11 dgp Exp $ */ #include "tclInt.h" @@ -288,8 +288,7 @@ TclCompileExpr(interp, script, numBytes, envPtr) * TclFinalizeCompilation -- * * Clean up the compilation environment so it can later be properly - * reinitialized. This procedure is called by TclFinalizeCompExecEnv() in - * tclObj.c, which in turn is called by Tcl_Finalize(). + * reinitialized. This procedure is called by Tcl_Finalize(). * * Results: * None. |