Skip to content

Commit 7445c13

Browse files
committed
regen/embed.pl: Add comments
1 parent 784a668 commit 7445c13

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

regen/embed.pl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,11 @@ sub multon {
522522
}
523523

524524
sub embed_h {
525-
my ($em, $guard, $funcs) = @_;
525+
my (
526+
$em, # file handle
527+
$guard, # ifdef text
528+
$funcs # functions to go into this text
529+
) = @_;
526530

527531
my $lines;
528532
foreach (@$funcs) {

0 commit comments

Comments
 (0)