From 0f479f3e885211d633d6fd1e447e7677e56d6ccc Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Wed, 16 Oct 2013 21:47:12 -0400 Subject: [PATCH] Another one --- lexer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2