* configure.in: Make bsd based systems use sysdep-obsd.h.
[deliverable/binutils-gdb.git] / readline / readline.c
index 696abf611ec5271aa6c5cd65c80819aba5de4afe..db22c7fd3379a4cdc36366bdb3053e425ad5598f 100644 (file)
@@ -163,7 +163,7 @@ extern char *tilde_expand ();
 static update_line ();
 static void output_character_function ();
 static delete_chars ();
-static insert_some_chars ();
+static void insert_some_chars ();
 
 #if defined (VOID_SIGHANDLER)
 #  define sighandler void
@@ -2171,7 +2171,7 @@ delete_chars (count)
 }
 
 /* Insert COUNT characters from STRING to the output stream. */
-static
+static void
 insert_some_chars (string, count)
      char *string;
      int count;
This page took 0.023069 seconds and 4 git commands to generate.