]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - lib/readline/parens.c
Imported from ../bash-2.05a.tar.gz.
[thirdparty/bash.git] / lib / readline / parens.c
index d1e66f598140816a1fef393cefece456e9bbcb8e..ca6c368842d44047d5b55d7c406c50babcb9a0a6 100644 (file)
@@ -54,7 +54,7 @@ extern char *strchr (), *strrchr ();
 #include "readline.h"
 #include "rlprivate.h"
 
-static int find_matching_open __P((char *, int, int));
+static int find_matching_open PARAMS((char *, int, int));
 
 /* Non-zero means try to blink the matching open parenthesis when the
    close parenthesis is inserted. */