Change the stream argument to _filtered to GDB_FILE *.
[deliverable/binutils-gdb.git] / gdb / m2-valprint.c
index fc17ea50c9a3a438676724ee1b4689ee15e95f52..4a314b9cc25273d4ec94f873531f774489aa7137 100644 (file)
@@ -31,14 +31,14 @@ m2_val_print (type, valaddr, address, stream, format, deref_ref, recurse,
      struct type *type;
      char *valaddr;
      CORE_ADDR address;
-     FILE *stream;
+     GDB_FILE *stream;
      int format;
      int deref_ref;
      int recurse;
      enum val_prettyprint pretty;
 {
   extern int
-  c_val_print PARAMS ((struct type *, char *, CORE_ADDR, FILE *, int, int,
+  c_val_print PARAMS ((struct type *, char *, CORE_ADDR, GDB_FILE *, int, int,
                       int, enum val_prettyprint));
   return (c_val_print (type, valaddr, address, stream, format, deref_ref,
                       recurse, pretty));
This page took 0.030184 seconds and 4 git commands to generate.