summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/embed.pl b/embed.pl
index 1a005c20b7..b10cbe38a0 100755
--- a/embed.pl
+++ b/embed.pl
@@ -123,11 +123,8 @@ while (<IN>) {
# walk table providing an array of components in each line to
# subroutine, printing the result
sub walk_table (&@) {
- my $function = shift;
- my $filename = shift || '-';
- my $leader = shift;
+ my ($function, $filename, $leader, $trailer) = @_;
defined $leader or $leader = do_not_edit ($filename);
- my $trailer = shift;
my $F;
if (ref $filename) { # filehandle
$F = $filename;