diff options
author | Skip Montanaro <skip@pobox.com> | 2004-02-07 13:53:46 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-02-07 13:53:46 (GMT) |
commit | db6080507d7b507cfe9aa524d012a96b5dfefc2d (patch) | |
tree | 593e10c5f3aa003380b0a31a923dc0c181ae1298 /RISCOS | |
parent | f1afe6682c34044547c13e4e6f1f848bada236d6 (diff) | |
download | cpython-db6080507d7b507cfe9aa524d012a96b5dfefc2d.zip cpython-db6080507d7b507cfe9aa524d012a96b5dfefc2d.tar.gz cpython-db6080507d7b507cfe9aa524d012a96b5dfefc2d.tar.bz2 |
Remove support for --without-universal-newlines (see PEP 11).
Diffstat (limited to 'RISCOS')
-rw-r--r-- | RISCOS/pyconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/RISCOS/pyconfig.h b/RISCOS/pyconfig.h index 9836b45..9d59e83 100644 --- a/RISCOS/pyconfig.h +++ b/RISCOS/pyconfig.h @@ -226,9 +226,6 @@ one supplied by Python itself. (see Include/unicodectype.h). */ #undef WANT_WCTYPE_FUNCTIONS -/* Define if you want to read files with foreign newlines. */ -#define WITH_UNIVERSAL_NEWLINES 1 - /* Define if you want documentation strings in extension modules */ #define WITH_DOC_STRINGS 1 |