From 95c0700effc69b6b41a4a4ca104ee6b65a42be23 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Thu, 4 Nov 2010 03:51:05 +0000 Subject: Fix Issue 10307 - compile error in readline.c --- Modules/readline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/readline.c b/Modules/readline.c index bad8586..466ec51 100644 --- a/Modules/readline.c +++ b/Modules/readline.c @@ -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" -- cgit v0.12