Fri Nov 30 17:57:55 2001 Andrew Cagney * library/interface.tcl: Add missing newline. Index: library/interface.tcl =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/library/interface.tcl,v retrieving revision 1.33 diff -p -r1.33 interface.tcl *** interface.tcl 2001/11/22 00:26:12 1.33 --- interface.tcl 2001/11/30 22:59:29 *************** proc gdbtk_eval {exp} { *** 1784,1787 **** set val [string trimright $val "\n"] debug "returning \"$val\"" return $val ! } \ No newline at end of file --- 1784,1787 ---- set val [string trimright $val "\n"] debug "returning \"$val\"" return $val ! }