Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a258324

Browse files
committed
Enable universal newline support for MacPython.
1 parent 077f271 commit a258324

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Mac/Include/pyconfig.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
286286
/* Define if you want to compile in cycle garbage collection */
287287
#define WITH_CYCLE_GC 1
288288

289+
/* Define if you want cross-platform newline support for reading */
290+
#define WITH_UNIVERSAL_NEWLINES
291+
289292
/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
290293
This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
291294
Sequent Symmetry (Dynix), and Atari ST.

0 commit comments

Comments
 (0)