aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1994-10-26 22:45:13 +0000
committerStu Grossman <grossman@cygnus>1994-10-26 22:45:13 +0000
commitc51975113da1ac36f42768dbbeb6bc90545be5f8 (patch)
tree55ca50afcc4856b85c17907f8463b4b6cddca24b /gdb/top.c
parent62fad389f2133d5d50dfdf78552cc1b08b30af92 (diff)
downloadgdb-c51975113da1ac36f42768dbbeb6bc90545be5f8.zip
gdb-c51975113da1ac36f42768dbbeb6bc90545be5f8.tar.gz
gdb-c51975113da1ac36f42768dbbeb6bc90545be5f8.tar.bz2
* 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).
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 9679f58..3e1df9b 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -159,7 +159,7 @@ int inhibit_gdbinit = 0;
/* Disable windows if non-zero */
-int no_windows = 0;
+int use_windows = 0; /* Defaults to off for now */
/* Version number of GDB, as a string. */