[Python-checkins] python/dist/src/Parser pgenmain.c,2.30,2.31
montanaro at users.sourceforge.net
montanaro at users.sourceforge.net
Sat Feb 7 08:53:49 EST 2004
Update of /cvsroot/python/python/dist/src/Parser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25111/Parser
Modified Files:
pgenmain.c
Log Message:
Remove support for --without-universal-newlines (see PEP 11).
Index: pgenmain.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/pgenmain.c,v
retrieving revision 2.30
retrieving revision 2.31
diff -C2 -d -r2.30 -r2.31
*** pgenmain.c 20 Nov 2003 13:33:48 -0000 2.30
--- pgenmain.c 7 Feb 2004 13:53:46 -0000 2.31
***************
*** 146,150 ****
}
- #ifdef WITH_UNIVERSAL_NEWLINES
/* No-nonsense fgets */
char *
--- 146,149 ----
***************
*** 153,157 ****
return fgets(buf, n, stream);
}
- #endif
--- 152,155 ----
More information about the Python-checkins
mailing list