commit 93d75a07943f4352dfe617954341c0c7a0ffe532
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Fri Dec 2 14:31:19 2016 +0100
Commit: Roberto E. Vargas Caballero <[email protected]>
CommitDate: Fri Dec 2 14:31:19 2016 +0100
Revert "[cc2] Fix the order of elements of decl"
This reverts commit 821f4c28e2e9ae7404e87b9e04047b5273dfda1b.
diff --git a/cc2/parser.c b/cc2/parser.c
index ec16694..6377ec9 100644
--- a/cc2/parser.c
+++ b/cc2/parser.c
@@ -501,8 +501,8 @@ aggregate(void)
Type *tp;
Symbol *sym;
- size = pop();
align = pop();
+ size = pop();
name = pop();
tp = pop();