]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lex.c
Fix parser bug
[xonotic/gmqcc.git] / lex.c
diff --git a/lex.c b/lex.c
index 01b2ec73b0369398bf4fb625bbba16fdf89df5a1..76cfbf02a5e13c43cc5e3857416859fdb57a9647 100644 (file)
--- a/lex.c
+++ b/lex.c
@@ -37,7 +37,6 @@ static const char *const lex_keywords[] = {
        "for",   "typedef",
        
        /* types */
-       "int",
        "void",
        "string",
        "float",