diff options
author | dgp <dgp@users.sourceforge.net> | 2005-08-03 22:23:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-08-03 22:23:16 (GMT) |
commit | 3a01c00096553941d5e1f1cc1e2048bb9b119376 (patch) | |
tree | 85f6e39a72f6b9fc313e2cf60c7608fcd62b4c01 /generic/tclCompExpr.c | |
parent | c918210ee55ae018cc40f8a8b411feed5af07de4 (diff) | |
download | tcl-3a01c00096553941d5e1f1cc1e2048bb9b119376.zip tcl-3a01c00096553941d5e1f1cc1e2048bb9b119376.tar.gz tcl-3a01c00096553941d5e1f1cc1e2048bb9b119376.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 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclCompExpr.c b/generic/tclCompExpr.c index 1465f69..68e1e11 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.13 2003/02/16 01:36:32 msofer Exp $ + * RCS: @(#) $Id: tclCompExpr.c,v 1.13.2.1 2005/08/03 22:23:35 dgp Exp $ */ #include "tclInt.h" @@ -286,9 +286,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(). + * properly reinitialized. This procedure is called by Tcl_Finalize(). * * Results: * None. |