Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: a21eb617f83de9afbd424bf90d18d48d1dd95f6c
      
https://github.com/Perl/perl5/commit/a21eb617f83de9afbd424bf90d18d48d1dd95f6c
  Author: Karl Williamson <[email protected]>
  Date:   2025-10-14 (Tue, 14 Oct 2025)

  Changed paths:
    M fakesdio.h

  Log Message:
  -----------
  fakesdio.h: Use legal macro name

It is undefined behavior in C for a symbol name to begin with an
underscore followed by a capital letter.  It's a simple matter to move
the underscore to the end


  Commit: 3adffaed3b5f94906cee7de7da73335bbfad421b
      
https://github.com/Perl/perl5/commit/3adffaed3b5f94906cee7de7da73335bbfad421b
  Author: Karl Williamson <[email protected]>
  Date:   2025-10-14 (Tue, 14 Oct 2025)

  Changed paths:
    M utf8.h

  Log Message:
  -----------
  utf8.h: Use legal macro name

It is undefined behavior in C for a symbol name to begin with an
underscore followed by a second underscore.

It is a simple matter to change the name to have a single trailing
underscore.


Compare: https://github.com/Perl/perl5/compare/87a16f665d01...3adffaed3b5f

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

Reply via email to