+Fri Jun 5 00:16:22 1998 Martin M. Hunt <hunt@cygnus.com>
+
+ * gdbtk.c (gdbtk_init): Change all references to
+ GDBTK_IDE to IDE_ENABLED.
+
Thu Jun 4 18:31:53 1998 Martin M. Hunt <hunt@cygnus.com>
* gdbtk.c (gdbtk_init): Initialize tkTable.
(char *) NULL);
fprintf(stderr, "WARNING: ide_event_init_client failed: %s\n", interp->result);
- Tcl_SetVar (interp, "GDBTK_IDE", "0", 0);
+ Tcl_SetVar (interp, "IDE_ENABLED", "0", 0);
}
else
{
error ("ide_initialize failed: %s", interp->result);
*/
- Tcl_SetVar (interp, "GDBTK_IDE", "1", 0);
+ Tcl_SetVar (interp, "IDE_ENABLED", "1", 0);
}
/* end-sanitize-ide */
#else
- Tcl_SetVar (interp, "GDBTK_IDE", "0", 0);
+ Tcl_SetVar (interp, "IDE_ENABLED", "0", 0);
#endif /* IDE */
/* We don't want to open the X connection until we've done all the