2011-08-04 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / ui-out.c
index 2994828da2f39737703acbd6924c31e2cfd1a2ea..b821719a11ce3a25b102c7d48a79c85504dfdef1 100644 (file)
@@ -222,7 +222,7 @@ struct ui_out def_uiout =
 /* FIXME: This should not be a global, but something passed down from main.c
    or top.c.  */
 
-struct ui_out *uiout = &def_uiout;
+struct ui_out *current_uiout = &def_uiout;
 
 /* These are the interfaces to implementation functions.  */
 
This page took 0.024143 seconds and 4 git commands to generate.