[Python-checkins] r86153 - python/branches/py3k/Modules/readline.c

senthil.kumaran python-checkins at python.org
Thu Nov 4 04:51:05 CET 2010


Author: senthil.kumaran
Date: Thu Nov  4 04:51:05 2010
New Revision: 86153

Log:
Fix Issue 10307 - compile error in readline.c



Modified:
   python/branches/py3k/Modules/readline.c

Modified: python/branches/py3k/Modules/readline.c
==============================================================================
--- python/branches/py3k/Modules/readline.c	(original)
+++ python/branches/py3k/Modules/readline.c	Thu Nov  4 04:51:05 2010
@@ -817,6 +817,7 @@
 #endif
 }
 
+#endif
 
 /* C function to call the Python completer. */
 
@@ -855,7 +856,6 @@
     }
     return result;
 }
-#endif
 
 
 /* A more flexible constructor that saves the "begidx" and "endidx"


More information about the Python-checkins mailing list