OSDN Git Service

* tui-out.c (tui_out_data): Fix typedef.
authorciceron <ciceron>
Thu, 13 Mar 2003 20:24:06 +0000 (20:24 +0000)
committerciceron <ciceron>
Thu, 13 Mar 2003 20:24:06 +0000 (20:24 +0000)
gdb/tui/ChangeLog
gdb/tui/tui-out.c

index a9f918a..04b7e80 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-13  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * tui-out.c (tui_out_data): Fix typedef.
+
 2003-03-08  Andrew Cagney  <cagney@redhat.com>
 
        * tui-out.c: Update copyright.
index 1ec6d86..94fda09 100644 (file)
@@ -36,7 +36,7 @@ struct ui_out_data
     int line;
     int start_of_line;
   };
-struct ui_out_data tui_out_data;
+typedef struct ui_out_data tui_out_data;
 
 /* These are the CLI output functions */