ref: 5e6613b52bd4fcbb20614cf8078db86c6a7f4005
parent: f9eff8349233561e3a8be267dd92876d55983593
author: Quentin Rameau <quinq@fifth.space>
date: Fri Aug 11 06:56:31 EDT 2017
[cc1] Fix variable accidental removal in 4187be1
--- a/cc1/init.c
+++ b/cc1/init.c
@@ -317,6 +317,7 @@
{
Symbol *hidden;
Type *tp = sym->type;
+ size_t n; /* FIXME: It should be SIZET */
repeat:
switch (tp->op) {