aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-04-11 02:08:59 +0000
committerStan Shebs <shebs@codesourcery.com>1995-04-11 02:08:59 +0000
commit49073be098319a9f78527640d0ae3646a1802b71 (patch)
treec9066469176c9455e2028a74233707d204918357 /gdb/top.c
parentcb5aa38b3475318b02fccdd9615c3ff50dc61745 (diff)
downloadfsf-binutils-gdb-49073be098319a9f78527640d0ae3646a1802b71.zip
fsf-binutils-gdb-49073be098319a9f78527640d0ae3646a1802b71.tar.gz
fsf-binutils-gdb-49073be098319a9f78527640d0ae3646a1802b71.tar.bz2
Always keep MPW support
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 3ba7581..cd6e4ba 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1300,13 +1300,11 @@ gdb_readline (prrompt)
character position to be off, since the newline we read from
the user is not accounted for. */
fputs_unfiltered (prrompt, gdb_stdout);
-/* start-sanitize-mpw */
#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 */
-/* end-sanitize-mpw */
gdb_flush (gdb_stdout);
}