Fri Jul 24 01:08:37 1998 Martin M. Hunt <hunt@cygnus.com>
* gdbtk-cmds.c (gdb_loadfile): When there are no linenumbers, use only one tab.
This commit is contained in:
parent
ddbe80f79c
commit
6e77819495
2 changed files with 7 additions and 2 deletions
|
@ -2686,9 +2686,9 @@ gdb_loadfile (clientData, interp, objc, objv)
|
|||
}
|
||||
else
|
||||
{
|
||||
Tcl_DStringAppend (&text_cmd_1, " insert end {-\t} break_tag", -1);
|
||||
Tcl_DStringAppend (&text_cmd_1, " insert end {- } break_tag", -1);
|
||||
prefix_len_1 = Tcl_DStringLength(&text_cmd_1);
|
||||
Tcl_DStringAppend (&text_cmd_2, " insert end { \t} \"\"", -1);
|
||||
Tcl_DStringAppend (&text_cmd_2, " insert end { } \"\"", -1);
|
||||
prefix_len_2 = Tcl_DStringLength(&text_cmd_2);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue