File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,22 @@ $(GNAME Declaration):
10
10
$(GLINK VarDeclarations)
11
11
$(GLINK AliasDeclaration)
12
12
$(GLINK AliasAssign)
13
- $(GLINK2 struct, AggregateDeclaration)
13
+ $(GLINK AggregateDeclaration)
14
14
$(GLINK2 enum, EnumDeclaration)
15
15
$(GLINK2 module, ImportDeclaration)
16
16
$(GLINK2 version, ConditionalDeclaration)
17
17
$(GLINK2 version, StaticForeachDeclaration)
18
18
$(GLINK2 version, StaticAssert)
19
19
)
20
20
21
+ $(GRAMMAR
22
+ $(GNAME AggregateDeclaration):
23
+ $(GLINK2 class, ClassDeclaration)
24
+ $(GLINK2 interface, InterfaceDeclaration)
25
+ $(GLINK2 struct, StructDeclaration)
26
+ $(GLINK2 struct, UnionDeclaration)
27
+ )
28
+
21
29
$(GRAMMAR
22
30
$(GNAME VarDeclarations):
23
31
$(GLINK StorageClasses)$(OPT) $(GLINK2 type, BasicType) $(GLINK Declarators) $(D ;)
Original file line number Diff line number Diff line change @@ -12,12 +12,6 @@ $(H2 $(LNAME2 intro, Introduction))
12
12
)
13
13
14
14
$(GRAMMAR
15
- $(GNAME AggregateDeclaration):
16
- $(GLINK2 class, ClassDeclaration)
17
- $(GLINK2 interface, InterfaceDeclaration)
18
- $(GLINK StructDeclaration)
19
- $(GLINK UnionDeclaration)
20
-
21
15
$(GNAME StructDeclaration):
22
16
$(D struct) $(GLINK_LEX Identifier) $(D ;)
23
17
$(D struct) $(GLINK_LEX Identifier) $(GLINK AggregateBody)
You can’t perform that action at this time.
0 commit comments