[hackers] [scc] [cc1] Remove outdated bitfields || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Wed, 21 Dec 2016 15:23:55 +0100 (CET)

commit 914f79d1d1d18dd63a0ecab434694e13a96d81e6
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Wed Dec 21 15:18:36 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Wed Dec 21 15:18:36 2016 +0100

    [cc1] Remove outdated bitfields
    
    Bitfields are not totally implemented, but we have a version
    that we can allow us to compile things.

diff --git a/cc1/decl.c b/cc1/decl.c
index b70b442..1d9e132 100644
--- a/cc1/decl.c
+++ b/cc1/decl.c
_AT_@ -502,8 +502,6 @@ newtag(void)
         return sym;
 }
 
-/* TODO: bitfields */
-
 static void fieldlist(Type *tp);
 
 static Type *
Received on Wed Dec 21 2016 - 15:23:55 CET

This archive was generated by hypermail 2.3.0 : Wed Dec 21 2016 - 15:24:18 CET