scc

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

commit 914f79d1d1d18dd63a0ecab434694e13a96d81e6
parent 18ce7bbbae125238fec1f2054a4afd8528f5a464
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 21 Dec 2016 15:18:36 +0100

[cc1] Remove outdated bitfields

Bitfields are not totally implemented, but we have a version
that we can allow us to compile things.

Diffstat:
Mcc1/decl.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/cc1/decl.c b/cc1/decl.c @@ -502,8 +502,6 @@ newtag(void) return sym; } -/* TODO: bitfields */ - static void fieldlist(Type *tp); static Type *