Author: coke Date: Fri Jan 5 21:36:37 2007 New Revision: 16430 Modified: trunk/ (props changed) trunk/languages/tcl/runtime/builtin/split.pir
Log: RT # 40756 - whoops. remove line, don't comment it out. Modified: trunk/languages/tcl/runtime/builtin/split.pir ============================================================================== --- trunk/languages/tcl/runtime/builtin/split.pir (original) +++ trunk/languages/tcl/runtime/builtin/split.pir Fri Jan 5 21:36:37 2007 @@ -79,8 +79,6 @@ inc result_key split_really_done: - # results = result_key # RT#40756: another TclList hack, truncate the list to the right - # number of elements... .return (results) split_empty:
