projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb359b4
)
Protect the workaround hunk more.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 1 Apr 2001 05:44:34 +0000
(
05:44
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 1 Apr 2001 05:44:34 +0000
(
05:44
+0000)
p4raw-id: //depot/perl@9498
toke.c
patch
|
blob
|
history
diff --git
a/toke.c
b/toke.c
index
00b47c8
..
1095ae2
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-4182,8
+4182,12
@@
Perl_yylex(pTHX)
(void)PerlIO_seek(PL_rsfp, 0L, 0);
}
if (PerlLIO_setmode(PerlIO_fileno(PL_rsfp), O_TEXT) != -1) {
+#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);
}