Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 3fe76709a4c94e22d19d500f4d7f877ef5182dbb https://github.com/Perl/perl5/commit/3fe76709a4c94e22d19d500f4d7f877ef5182dbb Author: Karl Williamson <k...@cpan.org> Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths: M embed.fnc M embed.h M proto.h Log Message: ----------- Fix blead not compiling with -DNO_LOCALE This recently introduced failure was due to yet another problem with my doing a 'rebase -i'. embed.fnc nowadays gets re-sorted as part of the build process, and I need to manually verify each time that the new ordering didn't screw anything up. Anyway, this function declaration got placed in the wrong bucket of #ifdefs in embed.fnc. This commit fixes that.