diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-04-11 02:08:59 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-04-11 02:08:59 +0000 |
commit | 49073be098319a9f78527640d0ae3646a1802b71 (patch) | |
tree | c9066469176c9455e2028a74233707d204918357 /gdb/top.c | |
parent | cb5aa38b3475318b02fccdd9615c3ff50dc61745 (diff) | |
download | gdb-49073be098319a9f78527640d0ae3646a1802b71.zip gdb-49073be098319a9f78527640d0ae3646a1802b71.tar.gz gdb-49073be098319a9f78527640d0ae3646a1802b71.tar.bz2 |
Always keep MPW support
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); } |