590e8bc
diff --git a/bind.c b/bind.c
590e8bc
--- a/bind.c
590e8bc
+++ b/bind.c
590e8bc
@@ -1167,9 +1167,7 @@ _rl_init_file_error (va_alist)
590e8bc
 /* **************************************************************** */
590e8bc
 
590e8bc
 static int
590e8bc
-parse_comparison_op (s, indp)
590e8bc
-     const char *s;
590e8bc
-     int *indp;
590e8bc
+parse_comparison_op (const char *s, int *indp)
590e8bc
 {
590e8bc
   int i, peekc, op;
590e8bc
 
590e8bc
diff --git a/patchlevel b/patchlevel
590e8bc
--- a/patchlevel
590e8bc
+++ b/patchlevel
590e8bc
@@ -1,3 +1,3 @@
590e8bc
 # Do not edit -- exists only for use by patch
590e8bc
 
590e8bc
-7
590e8bc
+8
590e8bc
diff --git a/rltty.c b/rltty.c
590e8bc
--- a/rltty.c
590e8bc
+++ b/rltty.c
590e8bc
@@ -80,8 +80,7 @@ static int ksrflow;
590e8bc
 /* Dummy call to force a backgrounded readline to stop before it tries
590e8bc
    to get the tty settings. */
590e8bc
 static void
590e8bc
-set_winsize (tty)
590e8bc
-     int tty;
590e8bc
+set_winsize (int tty)
590e8bc
 {
590e8bc
 #if defined (TIOCGWINSZ)
590e8bc
   struct winsize w;
590e8bc
diff --git a/text.c b/text.c
590e8bc
--- a/text.c
590e8bc
+++ b/text.c
590e8bc
@@ -1764,8 +1764,7 @@ _rl_char_search (int count, int fdir, int bdir)
590e8bc
 
590e8bc
 #if defined (READLINE_CALLBACKS)
590e8bc
 static int
590e8bc
-_rl_char_search_callback (data)
590e8bc
-     _rl_callback_generic_arg *data;
590e8bc
+_rl_char_search_callback (_rl_callback_generic_arg *data)
590e8bc
 {
590e8bc
   _rl_callback_func = 0;
590e8bc
   _rl_want_redisplay = 1;