[hackers] [scc] Revert "[cc2] Fix the order of elements of decl" || Roberto E. Vargas Caballero
commit 93d75a07943f4352dfe617954341c0c7a0ffe532
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Fri Dec 2 14:31:19 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_AT_@ -501,8 +501,8 @@ aggregate(void)
Type *tp;
Symbol *sym;
- size = pop();
align = pop();
+ size = pop();
name = pop();
tp = pop();
Received on Fri Dec 02 2016 - 14:31:37 CET
This archive was generated by hypermail 2.3.0
: Fri Dec 02 2016 - 14:36:17 CET