diff options
author | dgp <dgp@users.sourceforge.net> | 2013-07-23 18:03:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-07-23 18:03:39 (GMT) |
commit | 717285df9ed06247a6236610722e8fd22d124464 (patch) | |
tree | 1c55619ca38a354dc0a7ae3ae9e2b1e14e52a540 /generic/tclCompCmdsSZ.c | |
parent | c75e578cb3af78543a31ac6ad4676324c9ce6b6c (diff) | |
download | tcl-717285df9ed06247a6236610722e8fd22d124464.zip tcl-717285df9ed06247a6236610722e8fd22d124464.tar.gz tcl-717285df9ed06247a6236610722e8fd22d124464.tar.bz2 |
Remove outdated comment. Stack depths are well checked now.
Diffstat (limited to 'generic/tclCompCmdsSZ.c')
-rw-r--r-- | generic/tclCompCmdsSZ.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c index 320ed57..d8587be 100644 --- a/generic/tclCompCmdsSZ.c +++ b/generic/tclCompCmdsSZ.c @@ -991,9 +991,6 @@ TclSubstCompile( * Instructions are added to envPtr to execute the "switch" command at * runtime. * - * FIXME: - * Stack depths are probably not calculated correctly. - * *---------------------------------------------------------------------- */ |