mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
* defs.h, gdbtk.c, main.c, top.c: Change sense and name of
no_windows variable. Now called use_windows, and defaults to off (for compatibility).
This commit is contained in:
10
gdb/gdbtk.c
10
gdb/gdbtk.c
@ -551,10 +551,10 @@ gdbtk_init ()
|
||||
void
|
||||
_initialize_gdbtk ()
|
||||
{
|
||||
if (no_windows)
|
||||
return;
|
||||
if (use_windows)
|
||||
{
|
||||
/* Tell the rest of the world that Gdbtk is now set up. */
|
||||
|
||||
/* Tell the rest of the world that Gdbtk is now set up. */
|
||||
|
||||
init_ui_hook = gdbtk_init;
|
||||
init_ui_hook = gdbtk_init;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user