Skip to content

Commit

Permalink
Merge pull request #2514 from BBasile/issue-19374
Browse files Browse the repository at this point in the history
fix issue 19374 - TypeVector undefined in grammar
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
  • Loading branch information
dlang-bot committed Nov 20, 2018
2 parents 7f42a83 + c9f62f2 commit db18006
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/declaration.dd
Expand Up @@ -102,9 +102,13 @@ $(GNAME BasicType):
$(GLINK Typeof)
$(GLINK Typeof) $(D .) $(GLINK IdentifierList)
$(GLINK TypeCtor) $(D $(LPAREN)) $(GLINK Type) $(D $(RPAREN))
$(GLINK2 grammar, TypeVector)
$(GLINK Vector)
$(GLINK2 grammar, Traits)

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

$(GNAME BasicTypeX):
$(MULTICOLS 5,
$(D bool)
Expand Down

0 comments on commit db18006

Please sign in to comment.