aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 1bba0bd..a0721ef 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -886,6 +886,6 @@ extern void (*call_command_hook) PARAMS ((struct cmd_list_element *c,
/* Inhibit window interface if non-zero. */
-extern int no_windows;
+extern int use_windows;
#endif /* !defined (DEFS_H) */