[Python-checkins] cpython (2.7): Backed out changeset 7ccc2cea6969

jesus.cea python-checkins at python.org
Tue Jul 3 13:08:49 CEST 2012


http://hg.python.org/cpython/rev/7da1951df27a
changeset:   77931:7da1951df27a
branch:      2.7
user:        Jesus Cea <jcea at jcea.es>
date:        Tue Jul 03 13:06:45 2012 +0200
summary:
  Backed out changeset 7ccc2cea6969

files:
  Parser/myreadline.c |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Parser/myreadline.c b/Parser/myreadline.c
--- a/Parser/myreadline.c
+++ b/Parser/myreadline.c
@@ -40,10 +40,7 @@
 my_fgets(char *buf, int len, FILE *fp)
 {
     char *p;
-#ifdef MS_WINDOWS
     int i;
-#endif
-
     while (1) {
         if (PyOS_InputHook != NULL)
             (void)(PyOS_InputHook)();

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list