We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3436e5b commit ff7aa41Copy full SHA for ff7aa41
regen/HeaderParser.pm
@@ -794,6 +794,7 @@ sub tidy_embed_fnc_entry {
794
return_type => $ret,
795
name => $name,
796
args => \@args,
797
+ start_line_num => $line_data->{start_line_num},
798
);
799
$line =~ s/\s+\z/\n/;
800
$line_data->{line}= $line;
@@ -1587,6 +1588,7 @@ sub EmbedLine::flags { $_[0]->{flags} }
1587
1588
sub EmbedLine::return_type { $_[0]->{return_type} }
1589
sub EmbedLine::name { $_[0]->{name} }
1590
sub EmbedLine::args { $_[0]->{args} } # array ref
1591
+sub EmbedLine::line_num { $_[0]->{start_line_num} }
1592
1593
1;
1594
0 commit comments