]> granicus.if.org Git - python/commitdiff
Fix Issue 10307 - compile error in readline.c
authorSenthil Kumaran <orsenthil@gmail.com>
Thu, 4 Nov 2010 03:51:05 +0000 (03:51 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Thu, 4 Nov 2010 03:51:05 +0000 (03:51 +0000)
Modules/readline.c

index bad8586b927034a681228457e2967d53880b2839..466ec512e6852acf930fbb2a014b825a9efd0fb8 100644 (file)
@@ -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"