Fix Issue 10307 - compile error in readline.c
This commit is contained in:
parent
3beb38f8ff
commit
95c0700eff
|
@ -817,6 +817,7 @@ on_completion_display_matches_hook(char **matches,
|
|||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* C function to call the Python completer. */
|
||||
|
||||
|
@ -855,7 +856,6 @@ on_completion(const char *text, int state)
|
|||
}
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/* A more flexible constructor that saves the "begidx" and "endidx"
|
||||
|
|
Loading…
Reference in New Issue