convert to_terminal_inferior
[deliverable/binutils-gdb.git] / gdb / target.h
index 7eba273e543dd4bae041bd7b0dc75f09057c9e47..f3c3dd90b1ceef869b7dda5f092da7d7e7db28f3 100644 (file)
@@ -502,7 +502,8 @@ struct target_ops
                                          CORE_ADDR, CORE_ADDR);
     void (*to_terminal_init) (struct target_ops *)
       TARGET_DEFAULT_IGNORE ();
-    void (*to_terminal_inferior) (struct target_ops *);
+    void (*to_terminal_inferior) (struct target_ops *)
+      TARGET_DEFAULT_IGNORE ();
     void (*to_terminal_ours_for_output) (struct target_ops *);
     void (*to_terminal_ours) (struct target_ops *);
     void (*to_terminal_save_ours) (struct target_ops *);
This page took 0.024109 seconds and 4 git commands to generate.