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
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
[perl5.git]
/
utf8.c
diff --git
a/utf8.c
b/utf8.c
index
c80802a
..
d953330
100644
(file)
--- a/
utf8.c
+++ b/
utf8.c
@@
-1597,7
+1597,7
@@
Perl_swash_init(pTHX_ const char* pkg, const char* name, SV *listsv, I32 minbits
ENTER;
errsv_save = newSVsv(ERRSV);
Perl_load_module(aTHX_ PERL_LOADMOD_NOIMPORT, newSVpvn(pkg,pkg_len),
- N
ullsv
);
+ N
ULL
);
if (!SvTRUE(ERRSV))
sv_setsv(ERRSV, errsv_save);
SvREFCNT_dec(errsv_save);