summaryrefslogtreecommitdiff
path: root/gdb/ui-out.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ui-out.c')
-rw-r--r--gdb/ui-out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ui-out.c b/gdb/ui-out.c
index 2994828da2f..b821719a11c 100644
--- a/gdb/ui-out.c
+++ b/gdb/ui-out.c
@@ -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. */