diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-04-19 23:56:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-04-19 23:56:14 +0000 |
commit | d036b4d9cf02ad886f575ea71c9dc3f7c887b31d (patch) | |
tree | 169f586dd5c5339b23625d15b9043583a4d623e6 /gdb/utils.c | |
parent | 6ec9f4a9be9ea349ba7614ea564052c30e5ce2e4 (diff) | |
download | gdb-d036b4d9cf02ad886f575ea71c9dc3f7c887b31d.zip gdb-d036b4d9cf02ad886f575ea71c9dc3f7c887b31d.tar.gz gdb-d036b4d9cf02ad886f575ea71c9dc3f7c887b31d.tar.bz2 |
Obsolete MPW as host.
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index 2f52d4b..1e9c44f 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -1262,11 +1262,11 @@ query (char *ctlstr,...) /* Automatically answer "yes" if input is not from a terminal. */ if (!input_from_terminal_p ()) return 1; -#ifdef MPW - /* FIXME Automatically answer "yes" if called from MacGDB. */ - if (mac_app) - return 1; -#endif /* MPW */ + /* OBSOLETE #ifdef MPW */ + /* OBSOLETE *//* FIXME Automatically answer "yes" if called from MacGDB. */ + /* OBSOLETE if (mac_app) */ + /* OBSOLETE return 1; */ + /* OBSOLETE #endif *//* MPW */ while (1) { @@ -1282,12 +1282,12 @@ query (char *ctlstr,...) if (annotation_level > 1) printf_filtered ("\n\032\032query\n"); -#ifdef MPW - /* If not in MacGDB, move to a new line so the entered line doesn't - have a prompt on the front of it. */ - if (!mac_app) - fputs_unfiltered ("\n", gdb_stdout); -#endif /* MPW */ + /* OBSOLETE #ifdef MPW */ + /* OBSOLETE *//* If not in MacGDB, move to a new line so the entered line doesn't */ + /* OBSOLETE have a prompt on the front of it. */ + /* OBSOLETE if (!mac_app) */ + /* OBSOLETE fputs_unfiltered ("\n", gdb_stdout); */ + /* OBSOLETE #endif *//* MPW */ wrap_here (""); gdb_flush (gdb_stdout); @@ -1562,7 +1562,7 @@ init_page_info (void) lines_per_page = 24; chars_per_line = 80; -#if !defined (MPW) && !defined (_WIN32) +#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. */ |