aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-08-11 16:49:53 +0000
committerTom Tromey <tromey@redhat.com>1997-08-11 16:49:53 +0000
commit7b94b2ea7797b29c061021850f8948c14c523387 (patch)
treec4a38207cf4dfd043e794ab951360b4c8b2abff9
parent6ccdc203e69de6d977c7fb02d9b9be30742de12d (diff)
downloadfsf-binutils-gdb-7b94b2ea7797b29c061021850f8948c14c523387.zip
fsf-binutils-gdb-7b94b2ea7797b29c061021850f8948c14c523387.tar.gz
fsf-binutils-gdb-7b94b2ea7797b29c061021850f8948c14c523387.tar.bz2
* gdbtk.c (gdbtk_init): Use ide_event_init_from_environment.
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/gdbtk.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f3f1edd..bce2e0d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+start-sanitize-gdbtk
+Mon Aug 11 10:43:04 1997 Tom Tromey <tromey@cygnus.com>
+
+ * gdbtk.c (gdbtk_init): Use ide_event_init_from_environment.
+
+end-sanitize-gdbtk
Sun Aug 10 19:08:26 1997 Jeffrey A Law (law@cygnus.com)
* utils.c (error): Fix return type for !ANSI_PROTOTYPES.
diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c
index ae47ece..0d558f5 100644
--- a/gdb/gdbtk.c
+++ b/gdb/gdbtk.c
@@ -1363,7 +1363,7 @@ gdbtk_init ( argv0 )
IluTk_Init ();
- h = ide_event_init_client (&errmsg, libexecdir);
+ h = ide_event_init_from_environment (&errmsg, libexecdir);
if (h == NULL)
{
Tcl_AppendResult (interp, "can't initialize event system: ", errmsg,