Skip to content

Commit

Permalink
Revert "Update parse_misc.cc"
Browse files Browse the repository at this point in the history
This reverts commit 6d06e93.
  • Loading branch information
steveicarus committed Jul 5, 2016
1 parent f657d1d commit 540bb5a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vhdlpp/parse_misc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,7 @@ const VType* calculate_subtype_array(const YYLTYPE&loc, const char*base_name,
Expression*lef = tmpr->left();
Expression*rig = tmpr->right();
return calculate_subtype_array(loc, base_name, scope,
lef,
(tmpr->direction() == ExpRange::range_dir_t::DOWNTO
? true
: false),
rig);
lef, tmpr->direction(), rig);
}

sorrymsg(loc, "Don't know how to handle multiple ranges here.\n");
Expand Down

0 comments on commit 540bb5a

Please sign in to comment.