[hackers] [scc] [cc1] Admits enum in emittype() || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Tue, 13 Dec 2016 19:08:25 +0100 (CET)

commit 43fcafa0c1307d5b3f9fbf43ffbbfb256723f8e8
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Tue Dec 13 19:05:57 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Tue Dec 13 19:07:40 2016 +0100

    [cc1] Admits enum in emittype()
    
    We have to do nothing with it, but it is easier to accept it
    instead of aborting.

diff --git a/cc1/code.c b/cc1/code.c
index beb59fe..5d8de53 100644
--- a/cc1/code.c
+++ b/cc1/code.c
_AT_@ -272,6 +272,7 @@ emittype(unsigned op, void *arg)
                 break;
         case PTR:
         case FTN:
+ case ENUM:
                 return;
         default:
                 abort();
Received on Tue Dec 13 2016 - 19:08:25 CET

This archive was generated by hypermail 2.3.0 : Tue Dec 13 2016 - 19:12:16 CET