commit 43fcafa0c1307d5b3f9fbf43ffbbfb256723f8e8
parent 0825b37476468ac55cc493b0645fed0f37dbc756
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Tue, 13 Dec 2016 19:05:57 +0100
[cc1] Admits enum in emittype()
We have to do nothing with it, but it is easier to accept it
instead of aborting.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/cc1/code.c b/cc1/code.c
@@ -272,6 +272,7 @@ emittype(unsigned op, void *arg)
break;
case PTR:
case FTN:
+ case ENUM:
return;
default:
abort();