diff options
Diffstat (limited to 'gdb/ui-out.h')
-rw-r--r-- | gdb/ui-out.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ui-out.h b/gdb/ui-out.h index b0fddd8..c86cb4c 100644 --- a/gdb/ui-out.h +++ b/gdb/ui-out.h @@ -33,7 +33,7 @@ struct ui_file; /* FIXME: This should not be a global but something passed down from main.c or top.c. */ -extern struct ui_out *uiout; +extern struct ui_out *current_uiout; /* alignment enum */ enum ui_align |