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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rmv/de-dup static const char array "strings"
[perl5.git]
/
pp.c
diff --git
a/pp.c
b/pp.c
index
9a9ad3e
..
5524131
100644
(file)
--- a/
pp.c
+++ b/
pp.c
@@
-2530,7
+2530,7
@@
S_scomplement(pTHX_ SV *targ, SV *sv)
if (SvUTF8(TARG)) {
if (len && ! utf8_to_bytes(tmps, &len)) {
- Perl_croak(aTHX_
fatal_above_ff_msg
, PL_op_desc[PL_op->op_type]);
+ Perl_croak(aTHX_
FATAL_ABOVE_FF_MSG
, PL_op_desc[PL_op->op_type]);
}
SvCUR(TARG) = len;
SvUTF8_off(TARG);