Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue 13325 - Supplemental change for the pull 774 #782

Merged
merged 1 commit into from
Jan 18, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions declaration.dd
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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