X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=lexer.h;h=8ed85a97ab39607494378f048cd1ad4429d29d91;hp=dc180f086de368186bd698536f5f530b127e2ba0;hb=f09c6a5d63faaad1b915868c461b658efd374a34;hpb=794396df792a4eba46ebbcfb364d4311c3a4ca72 diff --git a/lexer.h b/lexer.h index dc180f0..8ed85a9 100644 --- a/lexer.h +++ b/lexer.h @@ -9,7 +9,7 @@ struct token { vec3_t v; int i; qcfloat_t f; - int t; /* type */ + qc_type t; /* type */ } constval; lex_ctx_t ctx; };