Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: da66f78dd1bed16e1553de5fe708bcbe1cd8dd2b
https://github.com/Perl/perl5/commit/da66f78dd1bed16e1553de5fe708bcbe1cd8dd2b
Author: Yves Orton <[email protected]>
Date: 2023-01-04 (Wed, 04 Jan 2023)
Changed paths:
M regen/HeaderParser.pm
M regen/embed_lib.pl
M t/porting/header_parser.t
Log Message:
-----------
regen/embed_lib.pl - don't add integer to reference and fixup source data
Dave noticed there was a bug where I was adding a reference to an
integer. That did not make any sense. This patch fixes up the data so
the source of the line is more clear. I will do a further follow up
to improve this more, this is just to get the bug out of the way.