]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Another one
authorDale Weiler <killfieldengine@gmail.com>
Thu, 17 Oct 2013 01:47:12 +0000 (21:47 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Thu, 17 Oct 2013 01:47:12 +0000 (21:47 -0400)
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 {
     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
     } constval;
 
 #if 0