back out previous change

This commit is contained in:
Doug Evans 2012-04-25 20:55:47 +00:00
parent ee4d97bc8b
commit cf53da4b63
2 changed files with 1 additions and 6 deletions

View File

@ -1,8 +1,3 @@
2012-04-25 Doug Evans <dje@google.com>
* cli/cli-decode.c (print_doc_line): Use stream instead of
current_uiout.
2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
* features/arm-with-iwmmxt.c: Regenerate.

View File

@ -1018,7 +1018,7 @@ print_doc_line (struct ui_file *stream, char *str)
line_buffer[p - str] = '\0';
if (islower (line_buffer[0]))
line_buffer[0] = toupper (line_buffer[0]);
ui_out_text (stream, line_buffer);
ui_out_text (current_uiout, line_buffer);
}
/* Print one-line help for command C.