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
(from parent 1:
876fac4
)
perl.h: Add comment
author
Karl Williamson
<khw@cpan.org>
Sat, 18 Jul 2020 13:14:29 +0000
(07:14 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sat, 1 Aug 2020 17:49:16 +0000
(11:49 -0600)
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
16003ec
..
8a90a91
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-1902,6
+1902,8
@@
typedef UVTYPE UV;
* For int conversions we do not need two casts if pointers are
* the same size as IV and UV. Otherwise we need an explicit
* cast (PTRV) to avoid compiler warnings.
+ *
+ * These are mentioned in perlguts
*/
#if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
# define PTRV UV