Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2722219de67416f3feecf348be9f179a6f38cb41 https://github.com/Perl/perl5/commit/2722219de67416f3feecf348be9f179a6f38cb41 Author: TAKAI Kousuke <62541129+t-...@users.noreply.github.com> Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths: M sv_inline.h Log Message: ----------- sv_inline.h: Use Sv*OK (rather than Sv*OK_nog) in Perl_SvUV_nomg, Perl_SvNV_nomg It seems that some errors were made when original macros (SvUV_nomg and SvNV_nomg in sv.h) were translated to inline functions.