mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
* ui-out.c (MAX_UI_OUT_LEVELS): Raise to 6. Fixes PR cli/654.
This commit is contained in:
parent
d3c18e0f5c
commit
a3edc55b09
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user