Skip to content

Commit

Permalink
Merge pull request #782 from 9rnsr/fix13325
Browse files Browse the repository at this point in the history
fix issue 13325 - Supplemental change for the pull 774
  • Loading branch information
9rnsr committed Jan 18, 2015
2 parents d678dc2 + df11b4a commit 572f53d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions declaration.dd
Expand Up @@ -98,6 +98,7 @@ $(GNAME BasicType):
$(GLINK Typeof)
$(GLINK Typeof) $(D .) $(GLINK IdentifierList)
$(GLINK TypeCtor) $(D $(LPAREN)) $(GLINK Type) $(D $(RPAREN))
$(GLINK2 grammar, TypeVector)

$(GNAME BasicTypeX):
$(MULTICOLS 5,
Expand Down
4 changes: 2 additions & 2 deletions grammar.dd
Expand Up @@ -30,7 +30,7 @@ $(GNAME BasicType):
$(GLINK Typeof)
$(GLINK Typeof) $(D .) $(GLINK IdentifierList)
$(GLINK TypeCtor) $(D $(LPAREN)) $(GLINK Type) $(D $(RPAREN))
$(GLINK Vector)
$(GLINK TypeVector)

$(GNAME BasicTypeX):
$(D bool)
Expand Down Expand Up @@ -75,7 +75,7 @@ $(GNAME Typeof):
$(D typeof $(LPAREN)) $(EXPRESSION) $(D $(RPAREN))
$(D typeof $(LPAREN)) $(D return) $(D $(RPAREN))

$(GNAME Vector):
$(GNAME TypeVector):
$(D __vector) $(D $(LPAREN)) $(GLINK Type) $(D $(RPAREN))
)

Expand Down

0 comments on commit 572f53d

Please sign in to comment.