Add copyright header in gdb.base/return.c
[deliverable/binutils-gdb.git] / gdb / ui-out.h
index 905d73c422857ae031db9a80831891748ce5aec5..9e1e74dabc66b6bad4f912f633c2dcd1097f51e7 100644 (file)
@@ -32,7 +32,8 @@ struct ui_file;
 
 /* FIXME: This should not be a global but something passed down from main.c
    or top.c.  */
-extern struct ui_out *current_uiout;
+extern struct ui_out **current_ui_current_uiout_ptr (void);
+#define current_uiout (*current_ui_current_uiout_ptr ())
 
 /* alignment enum */
 enum ui_align
This page took 0.024241 seconds and 4 git commands to generate.