sanitization fixes. (files not mentioned, fences misspelled)

This commit is contained in:
Felix Lee
1997-12-11 04:18:47 +00:00
parent 3de294afad
commit 06434f5f16
7 changed files with 32 additions and 12 deletions

View File

@@ -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);