+Thu Jun 4 18:31:53 1998 Martin M. Hunt <hunt@cygnus.com>
+
+ * gdbtk.c (gdbtk_init): Initialize tkTable.
+
Thu Jun 4 10:15:03 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* gdbtk.c: merged:
#undef SIOCSPGRP
#endif
+extern int Tktable_Init PARAMS ((Tcl_Interp *interp));
+
static int No_Update = 0;
static int load_in_progress = 0;
static int in_fputs = 0;
if (Tix_Init(interp) != TCL_OK)
error ("Tix_Init failed: %s", interp->result);
+ if (Tktable_Init(interp) != TCL_OK)
+ error ("Tktable_Init failed: %s", interp->result);
+ Tcl_StaticPackage(interp, "Tktable", Tktable_Init,
+ (Tcl_PackageInitProc *) NULL);
+
#ifdef __CYGWIN32__
if (ide_create_messagebox_command (interp) != TCL_OK)
error ("messagebox command initialization failed");