diff options
author | Tom Tromey <tromey@redhat.com> | 1997-08-11 16:49:53 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1997-08-11 16:49:53 +0000 |
commit | 7b94b2ea7797b29c061021850f8948c14c523387 (patch) | |
tree | c4a38207cf4dfd043e794ab951360b4c8b2abff9 /gdb | |
parent | 6ccdc203e69de6d977c7fb02d9b9be30742de12d (diff) | |
download | gdb-7b94b2ea7797b29c061021850f8948c14c523387.zip gdb-7b94b2ea7797b29c061021850f8948c14c523387.tar.gz gdb-7b94b2ea7797b29c061021850f8948c14c523387.tar.bz2 |
* gdbtk.c (gdbtk_init): Use ide_event_init_from_environment.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/gdbtk.c | 2 |
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, |