From: Dale Weiler Date: Thu, 17 Oct 2013 01:47:12 +0000 (-0400) Subject: Another one X-Git-Tag: 0.3.5~20 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=0f479f3e885211d633d6fd1e447e7677e56d6ccc Another one --- 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