Skip to content

Commit ce6296a

Browse files
committed
Fix link to FuncDeclarator
1 parent b5ae51c commit ce6296a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/declaration.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ $(H3 $(LNAME2 alias, Alias Declarations))
325325
$(GRAMMAR
326326
$(GNAME AliasDeclaration):
327327
$(D alias) $(GLINK StorageClasses)$(OPT) $(GLINK BasicType) $(GLINK Declarators) $(D ;)
328-
$(D alias) $(GLINK StorageClasses)$(OPT) $(GLINK BasicType) $(GLINK FuncDeclarator) $(D ;)
328+
$(D alias) $(GLINK StorageClasses)$(OPT) $(GLINK BasicType) $(GLINK2 function, FuncDeclarator) $(D ;)
329329
$(D alias) $(I AliasDeclarationX) $(D ;)
330330

331331
$(GNAME AliasDeclarationX):

0 commit comments

Comments
 (0)