Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 38ffea9b3c2002cc1deb3f983afe62d458c03240
https://github.com/Perl/perl5/commit/38ffea9b3c2002cc1deb3f983afe62d458c03240
Author: Karl Williamson <[email protected]>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M embed.h
M regen/embed.pl
Log Message:
-----------
embed.pl Fix up for GH #24200, BBC failures
This is a follow on to fedec10a95a33a5e29c46faba689411b4e9ce6ee which
Leon Timmermans noticed is broken.
On unthreaded builds, foo(a,b) and Perl_foo(a,b) are always identical
because there is no thread context parameter. fedec10a95 was wrong to
introduce a placeholder for it. This commit removes it.
On threaded builds, a function is generally necessary to properly handle
the parameter, and fedec10a95 is correct. That is unchanged by this
commit.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications