From c355f0cae932bd1548ff5797af9846fcb32aa6f7 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 21 Feb 2003 00:30:18 +0000 Subject: [PATCH] flex_complete looks like a private (but callback) function, so make it static --- Modules/readline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/readline.c b/Modules/readline.c index 56115e9eed..b364b72662 100644 --- a/Modules/readline.c +++ b/Modules/readline.c @@ -577,7 +577,7 @@ on_completion(char *text, int state) /* A more flexible constructor that saves the "begidx" and "endidx" * before calling the normal completer */ -char ** +static char ** flex_complete(char *text, int start, int end) { Py_XDECREF(begidx); -- 2.40.0