Obsolete MPW as host.

This commit is contained in:
Andrew Cagney
2001-04-19 23:56:14 +00:00
parent 6ec9f4a9be
commit d036b4d9cf
14 changed files with 1725 additions and 1706 deletions

View File

@@ -302,11 +302,11 @@ display_gdb_prompt (char *new_prompt)
the user is not accounted for. */
fputs_unfiltered (new_prompt, 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);
}
}