summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Modules')
-rw-r--r--Modules/readline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/readline.c b/Modules/readline.c
index 56115e9..b364b72 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);