aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-02-04 23:59:26 +0000
committerAndrew Cagney <cagney@redhat.com>2003-02-04 23:59:26 +0000
commite9be73e47f3f6d7b88e4ff14cacc7d9e49b73de3 (patch)
treeceb7d2a84bad09f8ca0518ac86bca28a3633ab0f /gdb/utils.c
parent05d57f6f5fbacf6aa8c5d28964c65b2daa9fc58f (diff)
downloadgdb-e9be73e47f3f6d7b88e4ff14cacc7d9e49b73de3.zip
gdb-e9be73e47f3f6d7b88e4ff14cacc7d9e49b73de3.tar.gz
gdb-e9be73e47f3f6d7b88e4ff14cacc7d9e49b73de3.tar.bz2
2003-02-04 Andrew Cagney <ac131313@redhat.com>
* values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR. * TODO: Delete reference to IS_TRAPPED_INTERNALVAR. * utils.c (init_page_info): Delete reference to MPW in comments. * main.c (captured_main): Delete #ifdef MPW. Index: doc/ChangeLog 2003-02-04 Andrew Cagney <ac131313@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete descrption of IS_TRAPPED_INTERNALVAR.
Diffstat (limited to 'gdb/utils.c')
-rw-r--r--gdb/utils.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/utils.c b/gdb/utils.c
index 77855ae..6d9e429 100644
--- a/gdb/utils.c
+++ b/gdb/utils.c
@@ -1603,8 +1603,6 @@ init_page_info (void)
chars_per_line = 80;
#if !defined (_WIN32)
- /* No termcap under MPW, although might be cool to do something
- by looking at worksheet or console window sizes. */
/* Initialize the screen height and width from termcap. */
{
char *termtype = getenv ("TERM");
@@ -1640,7 +1638,7 @@ init_page_info (void)
}
}
}
-#endif /* MPW */
+#endif
#if defined(SIGWINCH) && defined(SIGWINCH_HANDLER)