Skip to content

Commit

Permalink
fix issue 19374 - TypeVector undefined in grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Kristiansen committed Nov 20, 2018
1 parent 7f42a83 commit c9f62f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/declaration.dd
Original file line number Diff line number Diff line change
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 c9f62f2

Please sign in to comment.