* alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
[deliverable/binutils-gdb.git] / gdb / typeprint.h
index a0d44385ffe91f6eecb57aeaf6d2ac1373ccf6d4..f2de1c57015f90a9bfed66889f451328d5a11d90 100644 (file)
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#ifndef TYPEPRINT_H
+#define TYPEPRINT_H
+
+struct ui_file;
+
 void print_type_scalar (struct type * type, LONGEST, struct ui_file *);
 
 void c_type_print_varspec_suffix (struct type *, struct ui_file *, int,
                                  int, int);
+#endif
This page took 0.022241 seconds and 4 git commands to generate.