2010-04-14 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / gdb / ui-out.c
index 19a464448c4051b3a18fd42d40203cf34f877351..e5fd47476346867a90ae85a6dccdee7c3025efbe 100644 (file)
@@ -1,6 +1,6 @@
 /* Output generating routines for GDB.
 
-   Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2007, 2008, 2009
+   Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2007, 2008, 2009, 2010
    Free Software Foundation, Inc.
 
    Contributed by Cygnus Solutions.
@@ -44,7 +44,7 @@ struct ui_out_hdr
    is always available.  Stack/nested level 0 is reserved for the
    top-level result. */
 
-enum { MAX_UI_OUT_LEVELS = 6 };
+enum { MAX_UI_OUT_LEVELS = 8 };
 
 struct ui_out_level
   {
This page took 0.035012 seconds and 4 git commands to generate.