* 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:
Stu Grossman
1994-10-26 22:45:13 +00:00
parent 62fad389f2
commit c51975113d
4 changed files with 13 additions and 7 deletions

View File

@@ -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) */