aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-04-19 23:56:14 +0000
committerAndrew Cagney <cagney@redhat.com>2001-04-19 23:56:14 +0000
commitd036b4d9cf02ad886f575ea71c9dc3f7c887b31d (patch)
tree169f586dd5c5339b23625d15b9043583a4d623e6 /gdb/top.c
parent6ec9f4a9be9ea349ba7614ea564052c30e5ce2e4 (diff)
downloadfsf-binutils-gdb-d036b4d9cf02ad886f575ea71c9dc3f7c887b31d.zip
fsf-binutils-gdb-d036b4d9cf02ad886f575ea71c9dc3f7c887b31d.tar.gz
fsf-binutils-gdb-d036b4d9cf02ad886f575ea71c9dc3f7c887b31d.tar.bz2
Obsolete MPW as host.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 4cb3476..77d6c6a 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1002,11 +1002,11 @@ gdb_readline (char *prompt_arg)
character position to be off, since the newline we read from
the user is not accounted for. */
fputs_unfiltered (prompt_arg, gdb_stdout);
-#ifdef MPW
- /* Move to a new line so the entered line doesn't have a prompt
- on the front of it. */
- fputs_unfiltered ("\n", gdb_stdout);
-#endif /* MPW */
+ /* OBSOLETE #ifdef MPW */
+ /* OBSOLETE Move to a new line so the entered line doesn't have a prompt */
+ /* OBSOLETE on the front of it. */
+ /* OBSOLETE fputs_unfiltered ("\n", gdb_stdout); */
+ /* OBSOLETE #endif *//* MPW */
gdb_flush (gdb_stdout);
}