]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
Another one
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index 3184fcc3ecf2bbb0b911fa7c5ad40fd942d6d688..44f6491725c17a5dc458cdf789a0e2b8cf248450 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -30,10 +30,10 @@ struct token_s {
     char *value;
 
     union {
-        vec3_t v;
-        int    i;
-        double f;
-        int    t; /* type */
+        vec3_t    v;
+        int       i;
+        qcfloat_t f;
+        int       t; /* type */
     } constval;
 
 #if 0