This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dec158a
)
Placate a warning from Borland's compiler.
author
Nicholas Clark
<nick@ccl4.org>
Sat, 7 Nov 2009 11:11:27 +0000
(11:11 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sat, 7 Nov 2009 15:37:33 +0000
(15:37 +0000)
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
deb3b11
..
c18adea
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-12822,7
+12822,7
@@
S_utf16_textfilter(pTHX_ int idx, SV *sv, int maxlen)
SV *const utf16_buffer = MUTABLE_SV(IoTOP_GV(filter));
SV *const utf8_buffer = filter;
IV status = IoPAGE(filter);
- const bool reverse = IoLINES(filter);
+ const bool reverse =
(bool)
IoLINES(filter);
I32 retval;
/* As we're automatically added, at the lowest level, and hence only called