mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
flex_complete looks like a private (but callback) function, so make it static
This commit is contained in:
parent
d08baa9504
commit
c355f0cae9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue