commit 6f28085c2d0113db59693fdf30fe1d1e855635f9
parent ab7033ad9cf899c83e4911881cb11026103e7fd4
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Mon, 31 Mar 2014 19:36:43 +0200
Remove last rest of complex types
Complex types were removed, so it is non logic accept them in the
lexical analysis.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/lex.c b/lex.c
@@ -95,7 +95,6 @@ init_keywords(void)
{"auto", SCLASS, AUTO},
{"break", BREAK, BREAK},
{"_Bool", TYPE, BOOL},
- {"_Complex", TYPE, COMPLEX},
{"case", CASE, CASE},
{"char", TYPE, CHAR},
{"const", TQUALIFIER, CONST},
@@ -111,7 +110,6 @@ init_keywords(void)
{"goto", GOTO, GOTO},
{"if", IF, IF},
{"int", TYPE, INT},
- {"_Imaginary", TYPE, IMAGINARY},
{"long", TYPE, LONG},
{"register", SCLASS, REGISTER},
{"restrict", TQUALIFIER, RESTRICT},