2004-09-20 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / infttrace.c
index fcb4d028bd9d172a911716cbc86d4cab52c9d274..30e893c323b4e30ad433ebf49887068704f27f1d 100644 (file)
@@ -3842,7 +3842,7 @@ kill_inferior (void)
 }
 
 
-#ifndef CHILD_RESUME
+#ifndef DEPRECATED_CHILD_RESUME
 
 /* Sanity check a thread about to be continued.
  */
@@ -4253,7 +4253,7 @@ threads_continue_one_with_signal (lwpid_t gdb_tid, int signal)
 }
 #endif
 
-#ifndef CHILD_RESUME
+#ifndef DEPRECATED_CHILD_RESUME
 
 /* Resume execution of the inferior process.
 
@@ -4554,7 +4554,7 @@ child_resume (ptid_t ptid, int step, enum target_signal signal)
 #endif
 
 }
-#endif /* CHILD_RESUME */
+#endif /* DEPRECATED_CHILD_RESUME */
 \f
 /*
  * Like it says.
This page took 0.023067 seconds and 4 git commands to generate.