Index: attribute.dd =================================================================== --- attribute.dd (revision 661) +++ attribute.dd (working copy) @@ -21,7 +21,7 @@ $(LINK2 #auto, $(B auto)) $(LINK2 #scope, $(B scope)) -$(I DeclarationBlock) +$(GNAME DeclarationBlock): $(LINK2 module.html#DeclDef, $(I DeclDef)) $(B { }) $(B {) $(LINK2 module.html#DeclDefs, $(I DeclDefs)) $(B }) Index: expression.dd =================================================================== --- expression.dd (revision 661) +++ expression.dd (working copy) @@ -1084,7 +1084,7 @@

Function Literals

$(GRAMMAR -$(GNAME FunctionLiteral) +$(GNAME FunctionLiteral): $(B function) $(I Type)opt $(B $(LPAREN)) $(I ParameterList) $(B $(RPAREN))opt $(I FunctionBody) $(B delegate) $(I Type)opt $(B $(LPAREN)) $(I ParameterList) $(B $(RPAREN))opt $(I FunctionBody) $(B $(LPAREN)) $(I ParameterList) $(B $(RPAREN)) $(I FunctionBody) Index: iasm.dd =================================================================== --- iasm.dd (revision 661) +++ iasm.dd (working copy) @@ -39,7 +39,7 @@ $(I Opcode) $(I Opcode Operands) -$(I Operands) +$(GNAME Operands): $(I Operand) $(I Operand) $(B ,) $(I Operands) ) @@ -267,7 +267,7 @@ $(B ~) $(I AsmUnaExp) $(I AsmPrimaryExp) -$(I AsmPrimaryExp) +$(GNAME AsmPrimaryExp): $(I IntegerConstant) $(I FloatConstant) $(B __LOCAL_SIZE) @@ -275,7 +275,7 @@ $(I Register) $(I DotIdentifier) -$(I DotIdentifier) +$(GNAME DotIdentifier): $(I Identifier) $(I Identifier) $(B .) $(I DotIdentifier) ) Index: interface.dd =================================================================== --- interface.dd (revision 661) +++ interface.dd (working copy) @@ -7,7 +7,7 @@ $(B interface) $(I Identifier) $(I InterfaceBody) $(B interface) $(I Identifier) $(B :) $(I SuperInterfaces) $(I InterfaceBody) -$(I SuperInterfaces) +$(GNAME SuperInterfaces): $(I Identifier) $(I Identifier) $(B ,) $(I SuperInterfaces) Index: statement.dd =================================================================== --- statement.dd (revision 661) +++ statement.dd (working copy) @@ -121,7 +121,7 @@ $(GRAMMAR $(I LabelledStatement): - $(I Identifier) ':' $(PSSEMI) + $(I Identifier) : $(PSSEMI) ) $(P Index: template.dd =================================================================== --- template.dd (revision 661) +++ template.dd (working copy) @@ -18,7 +18,7 @@ $(I TemplateIdentifier): $(I Identifier) -$(I TemplateParameterList) +$(GNAME TemplateParameterList): $(I TemplateParameter) $(I TemplateParameter) , $(I TemplateParameterList) Index: version.dd =================================================================== --- version.dd (revision 661) +++ version.dd (working copy) @@ -116,7 +116,7 @@

Version Specification

$(GRAMMAR -$(GNAME VersionSpecification) +$(GNAME VersionSpecification): $(B version =) $(I Identifier) $(B ;) $(B version =) $(I Integer) $(B ;) ) @@ -318,7 +318,7 @@

Debug Specification

$(GRAMMAR -$(GNAME DebugSpecification) +$(GNAME DebugSpecification): $(B debug =) $(I Identifier) $(B ;) $(B debug =) $(I Integer) $(B ;) )