summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-08-03 22:23:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-08-03 22:23:16 (GMT)
commit3a01c00096553941d5e1f1cc1e2048bb9b119376 (patch)
tree85f6e39a72f6b9fc313e2cf60c7608fcd62b4c01 /generic/tclCompExpr.c
parentc918210ee55ae018cc40f8a8b411feed5af07de4 (diff)
downloadtcl-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.c6
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.