diff options
Diffstat (limited to 'gdb/gdbtk.c')
-rw-r--r-- | gdb/gdbtk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c index 8a1a0fd..26d7bad 100644 --- a/gdb/gdbtk.c +++ b/gdb/gdbtk.c @@ -1847,6 +1847,7 @@ gdbtk_init ( argv0 ) /* An interface to ShellExecute. */ if (ide_create_shell_execute_command (interp) != TCL_OK) error ("shell execute command initialization failed"); + /* end-sanitize-ide */ #endif Tcl_CreateCommand (interp, "gdb_cmd", call_wrapper, gdb_cmd, NULL); |