diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-04-19 23:56:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-04-19 23:56:14 +0000 |
commit | b91eb511444ecfecbd9b0337d6ea781ab0d265f5 (patch) | |
tree | 3966ceebcef7eccbd34892b20f6f3322788cda64 /gdb/event-top.c | |
parent | 1e1ed11cdea6262e85876c7caab16dae9566903d (diff) | |
download | gdb-b91eb511444ecfecbd9b0337d6ea781ab0d265f5.tar.gz |
Obsolete MPW as host.
Diffstat (limited to 'gdb/event-top.c')
-rw-r--r-- | gdb/event-top.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/event-top.c b/gdb/event-top.c index 59dbcebaa10..40ef3ce7528 100644 --- a/gdb/event-top.c +++ b/gdb/event-top.c @@ -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); } } |