diff options
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -6978,12 +6978,6 @@ Perl_yylex(pTHX) #else if (PerlLIO_setmode(PerlIO_fileno(PL_rsfp), O_TEXT) != -1) { #endif /* NETWARE */ -#ifdef PERLIO_IS_STDIO /* really? */ -# if defined(__BORLANDC__) - /* XXX see note in do_binmode() */ - ((FILE*)PL_rsfp)->flags &= ~_F_BIN; -# endif -#endif if (loc > 0) PerlIO_seek(PL_rsfp, loc, 0); } |