* defs.h (gdb_readline_wrapper): Declare.
[deliverable/binutils-gdb.git] / gdb / utils.c
index 4baea62426456e966a844c02fa76d327eb1f46c0..b2d9ecafdb3a2135c53522ac8cf8d757720fb640 100644 (file)
@@ -1603,7 +1603,7 @@ prompt_for_continue (void)
   /* Call readline, not gdb_readline, because GO32 readline handles control-C
      whereas control-C to gdb_readline will cause the user to get dumped
      out to DOS.  */
-  ignore = readline (cont_prompt);
+  ignore = gdb_readline_wrapper (cont_prompt);
 
   if (annotation_level > 1)
     printf_unfiltered ("\n\032\032post-prompt-for-continue\n");
This page took 0.02496 seconds and 4 git commands to generate.