Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f19a7fa40d250227eec62e46a5bf795fbb332b45
https://github.com/Perl/perl5/commit/f19a7fa40d250227eec62e46a5bf795fbb332b45
Author: Lukas Mai <[email protected]>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M pad.c
M pad.h
Log Message:
-----------
PADNAME: restore C99 compatibility
Commit aca7b5cadb25 inadvertently introduced a C11-only feature (unnamed
structure/union members) in struct padname. Give the union a name so we
can build cleanly on C99-only compilers.
Fixes #24740.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications