Skip to content

Commit

Permalink
Adding location to aspectProductionLHSFull
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvanwyk committed Apr 20, 2011
1 parent d1f6925 commit 1a582b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grammars/silver/definition/core/AspectDcl.sv
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ abstract production aspectProductionLHSFull
top::AspectProductionLHS ::= id::Name t::TypeExp
{
top.pp = id.pp ++ "::" ++ t.unparse;
top.location = id.location;

production attribute fName :: String;
fName = if null(top.realSignature) then id.name else head(top.realSignature).elementName;
Expand Down

0 comments on commit 1a582b9

Please sign in to comment.