Change the stream argument to _filtered to GDB_FILE *.
[deliverable/binutils-gdb.git] / gdb / m2-typeprint.c
index ef66a80a8b909c68aa7919caf3c89331aa83600d..c9ee800f31800a560cdc95e1aadadb3cc87b3810 100644 (file)
@@ -39,11 +39,11 @@ void
 m2_print_type (type, varstring, stream, show, level)
      struct type *type;
      char *varstring;
-     FILE *stream;
+     GDB_FILE *stream;
      int show;
      int level;
 {
-  extern void c_print_type PARAMS ((struct type *, char *, FILE *, int, int));
+  extern void c_print_type PARAMS ((struct type *, char *, GDB_FILE *, int, int));
 
   c_print_type (type, varstring, stream, show, level); /* FIXME */
 }
This page took 0.023111 seconds and 4 git commands to generate.