Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 5351ec0e1c39a301c24dcd2d6b4f993e890efe16
      
https://github.com/Perl/perl5/commit/5351ec0e1c39a301c24dcd2d6b4f993e890efe16
  Author: Karl Williamson <k...@cpan.org>
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
    M embed.fnc
    M embed.h
    M locale.c
    M proto.h

  Log Message:
  -----------
  locale.c: Rmv unnecessary parameter from static function

This dates from an earlier implementation


  Commit: 4d21c0264d5bef34fde5eb757c28d3d1a1dc7fef
      
https://github.com/Perl/perl5/commit/4d21c0264d5bef34fde5eb757c28d3d1a1dc7fef
  Author: Karl Williamson <k...@cpan.org>
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  locale.c: Create a convenience #define

This takes this #ifdef combination and creates a single symbol that
means essentially the same thing.  This is in preparation for it being
used in additional places.  And it makes it clearer what is meant.

It also adds another condition which isn't currently tested for, but has
the same meaning, and doesn't affect the current usage, but will future
ones.


Compare: https://github.com/Perl/perl5/compare/4c39aaa2805d...4d21c0264d5b

Reply via email to