Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Elimiante Parrot-hash-specific .update.
  • Loading branch information
jnthn committed Feb 26, 2013
1 parent 906d7fa commit a93281b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/HLL/Compiler.pm
Expand Up @@ -328,7 +328,9 @@ class HLL::Compiler does HLL::Backend::Default {
my %opts := $res.options;
my @a := $res.arguments;

%adverbs.update(%opts);
for %opts {
%adverbs{$_.key} := $_.value;
}
self.usage($program-name) if %adverbs<help> || %adverbs<h>;

if $!backend.is_precomp_stage(%adverbs<target>) {
Expand Down

0 comments on commit a93281b

Please sign in to comment.