diff options
author | Felix Lee <flee@cygnus> | 1997-12-11 04:18:47 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-12-11 04:18:47 +0000 |
commit | 06434f5f166690629f2d5ce14e56a7727b259ed0 (patch) | |
tree | 8b23ac30a265d1aa8915536d52c14020ecedfdbe /gdb/gdbtk.c | |
parent | 3de294afad88c64d237063ae5305a6db121b9481 (diff) | |
download | gdb-06434f5f166690629f2d5ce14e56a7727b259ed0.zip gdb-06434f5f166690629f2d5ce14e56a7727b259ed0.tar.gz gdb-06434f5f166690629f2d5ce14e56a7727b259ed0.tar.bz2 |
sanitization fixes. (files not mentioned, fences misspelled)
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); |