Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: cfe44272cf83e88a97e50d82c2735f8b3fa397e3
      
https://github.com/Perl/perl5/commit/cfe44272cf83e88a97e50d82c2735f8b3fa397e3
  Author: TAKAI Kousuke <62541129+t-...@users.noreply.github.com>
  Date:   2024-09-29 (Sun, 29 Sep 2024)

  Changed paths:
    M sv.c

  Log Message:
  -----------
  sv.c: Remove redundant PERL_ABS in S_hextract.

It seems redundant to take the absolute value of the first argument
of frexp() here, because the sign of the first argument will only affect
its return value which is discarded in this case.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to