Skip to content

Commit

Permalink
Export nested structures
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Mar 24, 2012
1 parent a0358a4 commit 55a120d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StructFields.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sub with_struct_block(&$;$%) {

my $is_union = is_attr_true($tag,'is-union');
my $kwd = ($is_union ? "union" : "struct");
my $exp = $flags{-export} ? $export_prefix : '';
my $exp = $export_prefix; #$flags{-export} ? $export_prefix : '';
my $prefix = $kwd.' '.$exp.($name ? $name.' ' : '');

emit_comment $tag, -attr => 1;
Expand Down

0 comments on commit 55a120d

Please sign in to comment.