* m10300-opc.c, m10300-dis.c: Add am33 support.
[deliverable/binutils-gdb.git] / readline / search.c
index 3024ee596772c5d66baff15a9bf2a889da4bb8aa..6c76e1a1c966cd598f740c54b148dc1e95b65be8 100644 (file)
@@ -61,7 +61,6 @@ extern Function *rl_last_func;
 /* Functions imported from the rest of the library. */
 extern int _rl_free_history_entry ();
 extern char *_rl_make_prompt_for_search ();
-extern void _rl_restore_prompt ();
 extern void rl_extend_line_buffer ();
 
 static char *noninc_search_string = (char *) NULL;
@@ -172,7 +171,7 @@ noninc_search (dir, pchar)
   rl_message (p, 0, 0);
   free (p);
 
-#define SEARCH_RETURN _rl_restore_prompt (); return
+#define SEARCH_RETURN rl_restore_prompt (); return
 
   /* Read the search string. */
   while (c = rl_read_key ())
@@ -241,7 +240,7 @@ noninc_search (dir, pchar)
       noninc_search_string = savestring (rl_line_buffer);
     }
 
-  _rl_restore_prompt ();
+  rl_restore_prompt ();
   noninc_dosearch (noninc_search_string, dir);
 }
 
This page took 0.024441 seconds and 4 git commands to generate.