diff options
-rw-r--r-- | Modules/readline.c | 2 |
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); |