X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=lexer.h;h=44f6491725c17a5dc458cdf789a0e2b8cf248450;hb=eb4486a7accdcb9af2328ee8843b68154373b9b5;hp=3184fcc3ecf2bbb0b911fa7c5ad40fd942d6d688;hpb=82afdb1e2cc2b9171ac79ef45b1d3743c590f0ec;p=xonotic%2Fgmqcc.git diff --git a/lexer.h b/lexer.h index 3184fcc..44f6491 100644 --- 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