shithub: scc

Download patch

ref: c547475936a45e80b96c6346217c925c5637e318
parent: 5afd8ffd00a8843c2d0983dbf3a24c4aa73589dd
author: Roberto E. Vargas Caballero <[email protected]>
date: Wed Apr 16 18:25:28 EDT 2014

Remove IMAGINARY macro

It is sure this compiler is not going to
implement the imaginary extension, so
remove IMAGINARY macro.

--- a/cc.h
+++ b/cc.h
@@ -148,9 +148,8 @@
 #define LONG          15
 
 #define COMPLEX       16
-#define IMAGINARY     17
-#define UNSIGNED      18
-#define SIGNED        19
+#define UNSIGNED      17
+#define SIGNED        18
 
 #define CONST         (1<<0)
 #define VOLATILE      (1<<1)