[PATCH] Raise MAX_UI_OUT_LEVELS

Mark Kettenis kettenis@chello.nl
Sun Dec 15 08:18:00 GMT 2002


Fixes PR cli/654.

Committed.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

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

Index: ui-out.c
===================================================================
RCS file: /cvs/src/src/gdb/ui-out.c,v
retrieving revision 1.24
diff -u -p -r1.24 ui-out.c
--- ui-out.c 3 Oct 2002 22:34:58 -0000 1.24
+++ ui-out.c 15 Dec 2002 16:02:38 -0000
@@ -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
   {



More information about the Gdb-patches mailing list