flex_complete looks like a private (but callback) function, so make it static
This commit is contained in:
parent
d08baa9504
commit
c355f0cae9
|
@ -577,7 +577,7 @@ on_completion(char *text, int state)
|
||||||
/* A more flexible constructor that saves the "begidx" and "endidx"
|
/* A more flexible constructor that saves the "begidx" and "endidx"
|
||||||
* before calling the normal completer */
|
* before calling the normal completer */
|
||||||
|
|
||||||
char **
|
static char **
|
||||||
flex_complete(char *text, int start, int end)
|
flex_complete(char *text, int start, int end)
|
||||||
{
|
{
|
||||||
Py_XDECREF(begidx);
|
Py_XDECREF(begidx);
|
||||||
|
|
Loading…
Reference in New Issue