mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
Obsolete MPW as host.
This commit is contained in:
10
gdb/top.c
10
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user