* gdbtk.c: move include of "guitcl.h" back out of IDE ifdef
[deliverable/binutils-gdb.git] / gdb / gdbtk.c
index 7cdde41365562e10c4d9c2f29645b76ae5ab86e6..5ec9c408fd3c446be08a60fe539debd519f1a871 100644 (file)
@@ -38,7 +38,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include <tk.h>
 #include <itcl.h> 
 #include <tix.h> 
-
 #include "guitcl.h"
 
 #ifdef IDE
@@ -483,7 +482,7 @@ gdb_get_breakpoint_info (clientData, interp, argc, argv)
   filename = symtab_to_filename (sal.symtab);
   if (filename == NULL)
     filename = "N/A";
-  Tcl_DStringAppendElement (result_ptr, );
+  Tcl_DStringAppendElement (result_ptr, filename);
   find_pc_partial_function (b->address, &funcname, NULL, NULL);
   Tcl_DStringAppendElement (result_ptr, funcname);
   dsprintf_append_element (result_ptr, "%d", sal.line);
This page took 0.024301 seconds and 4 git commands to generate.