diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-04-11 03:18:36 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-04-11 03:18:36 (GMT) |
commit | 3d1c14d0802d7f68e7d18e10853524da03279c88 (patch) | |
tree | c698d1e235e78a0d50628267b54a7a79f0d8e471 /generic/tclCompCmds.c | |
parent | 313e91a69ea14da7bb0994d3a3e5cc7ce1f54a71 (diff) | |
download | tcl-3d1c14d0802d7f68e7d18e10853524da03279c88.zip tcl-3d1c14d0802d7f68e7d18e10853524da03279c88.tar.gz tcl-3d1c14d0802d7f68e7d18e10853524da03279c88.tar.bz2 |
fixing comments
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r-- | generic/tclCompCmds.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c index 4036ed0..8852f45 100644 --- a/generic/tclCompCmds.c +++ b/generic/tclCompCmds.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclCompCmds.c,v 1.106 2007/04/11 03:01:44 msofer Exp $ + * RCS: @(#) $Id: tclCompCmds.c,v 1.107 2007/04/11 03:18:36 msofer Exp $ */ #include "tclInt.h" @@ -105,9 +105,6 @@ ((envPtr)->codeNext - (envPtr)->codeStart) /* - */ - -/* * Note: the exceptDepth is a bit of a misnomer: TEBC only needs the * maximal depth of nested CATCH ranges in order to alloc runtime * memory. These macros should compute precisely that? OTOH, the nesting depth |