Skip to content

Commit

Permalink
Add missing "make".
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Oct 16, 2012
1 parent 7a7835f commit 3d10eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ISO_10303_21/Actions.pm
Expand Up @@ -18,7 +18,7 @@ class ISO_10303_21::Actions {
for <entity_instance_name list_of_parameters> -> $s {
return make $/{$s}.ast if $/{$s}.defined;
}
[];
make [];
}
method typed_parameter($/) { make $<parameter>.ast }
method list_of_parameters($/) { make merge-arrays(@($<parameter>.ast); }
Expand Down

0 comments on commit 3d10eaf

Please sign in to comment.