* ui-out.c (MAX_UI_OUT_LEVELS): Raise to 6. Fixes PR cli/654.

This commit is contained in:
Mark Kettenis 2002-12-15 16:05:37 +00:00
parent d3c18e0f5c
commit a3edc55b09
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-12-15 Mark Kettenis <kettenis@gnu.org>
* ui-out.c (MAX_UI_OUT_LEVELS): Raise to 6. Fixes PR cli/654.
2002-12-14 Richard Earnshaw <rearnsha@arm.com>
* arm-tdep.c (convert_from_extended): New argument to hold the

View File

@ -45,7 +45,7 @@ struct ui_out_hdr
is always available. Stack/nested level 0 is reserved for the
top-level result. */
enum { MAX_UI_OUT_LEVELS = 5 };
enum { MAX_UI_OUT_LEVELS = 6 };
struct ui_out_level
{