commit c547475936a45e80b96c6346217c925c5637e318
parent 5afd8ffd00a8843c2d0983dbf3a24c4aa73589dd
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Wed, 16 Apr 2014 22:25:28 +0200
Remove IMAGINARY macro
It is sure this compiler is not going to
implement the imaginary extension, so
remove IMAGINARY macro.
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/cc.h b/cc.h
@@ -148,9 +148,8 @@ extern Type *voidtype, *pvoidtype, *booltype,
#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)