Skip to content

Commit

Permalink
MD5.xs checks for PERL_REVISION
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic committed Jun 29, 2020
1 parent 431a301 commit 6053b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpan/Digest-MD5/MD5.xs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static MAGIC *THX_sv_magicext(pTHX_ SV *sv, SV *obj, int type,
}
#endif

#if PERL_VERSION < 8
#if PERL_REVISION == 5 && PERL_VERSION < 8
# undef SvPVbyte
# define SvPVbyte(sv, lp) (sv_utf8_downgrade((sv), 0), SvPV((sv), (lp)))
#endif
Expand Down

0 comments on commit 6053b26

Please sign in to comment.