Skip to content

Commit

Permalink
fix grammar part of issue 5299 - Protected inheritance is semanticall…
Browse files Browse the repository at this point in the history
…y undefined
  • Loading branch information
Trass3r authored and Trass3r committed Sep 6, 2011
1 parent 2a563af commit 55b8905
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions class.dd
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,13 @@ $(GNAME BaseClassList):

$(GNAME SuperClass):
$(I Identifier)
$(I Protection) $(I Identifier)

$(GNAME InterfaceClasses):
$(I InterfaceClass)
$(I InterfaceClass) $(B ,) $(I InterfaceClasses)

$(GNAME InterfaceClass):
$(I Identifier)
$(I Protection) $(I Identifier)

$(GNAME Protection):
$(B private)
$(B package)
$(B public)
$(B export)

$(GNAME ClassBody):
$(B {) $(B })
Expand Down

0 comments on commit 55b8905

Please sign in to comment.