Kaydet (Commit) 95c0700e authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Fix Issue 10307 - compile error in readline.c

üst 3beb38f8
...@@ -817,6 +817,7 @@ on_completion_display_matches_hook(char **matches, ...@@ -817,6 +817,7 @@ on_completion_display_matches_hook(char **matches,
#endif #endif
} }
#endif
/* C function to call the Python completer. */ /* C function to call the Python completer. */
...@@ -855,7 +856,6 @@ on_completion(const char *text, int state) ...@@ -855,7 +856,6 @@ on_completion(const char *text, int state)
} }
return result; return result;
} }
#endif
/* A more flexible constructor that saves the "begidx" and "endidx" /* A more flexible constructor that saves the "begidx" and "endidx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment