Skip to content

Commit 81065b6

Browse files
committed
perl.h: Add comment
1 parent 876fac4 commit 81065b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

perl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,6 +1902,8 @@ typedef UVTYPE UV;
19021902
* For int conversions we do not need two casts if pointers are
19031903
* the same size as IV and UV. Otherwise we need an explicit
19041904
* cast (PTRV) to avoid compiler warnings.
1905+
*
1906+
* These are mentioned in perlguts
19051907
*/
19061908
#if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
19071909
# define PTRV UV

0 commit comments

Comments
 (0)