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]
/
perlio.h
diff --git
a/perlio.h
b/perlio.h
index
8ff2bff
..
d1e3dd5
100644
(file)
--- a/
perlio.h
+++ b/
perlio.h
@@
-174,7
+174,7
@@
PERL_EXPORT_C void PerlIO_clone(pTHX_ PerlInterpreter *proto,
#endif /* ifndef PERLIO_NOT_STDIO */
#endif /* PERLIO_IS_STDIO */
-#define specialCopIO(sv) ((sv) == N
ullsv
)
+#define specialCopIO(sv) ((sv) == N
ULL
)
/* ----------- fill in things that have not got #define'd ---------- */