scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit b35216888064e8e719e5ad4facc54ca26386afde
parent 40bd70689eb8d87e4cd48a31a9dcd235febcbe01
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 13 Dec 2016 17:58:03 +0100

[cc1] Small whitespace change

Diffstat:
Mcc1/types.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cc1/types.c b/cc1/types.c @@ -345,6 +345,7 @@ eqtype(Type *tp1, Type *tp2, int equiv) return 0; if (tp1->op != tp2->op) return 0; + switch (tp1->op) { case UNION: case STRUCT: