X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=lexer.h;h=efbdd6490dc54061969a6a715af1c01b21fedd0f;hp=0de0c8fd90d04dbf74b5acbfcd2e81196146879e;hb=d6ca5673dc7f2760faca1200477808d919a290ca;hpb=a9ab865add301e49390d1ebeabe350a6c9c4205c diff --git a/lexer.h b/lexer.h index 0de0c8f..efbdd64 100644 --- a/lexer.h +++ b/lexer.h @@ -30,7 +30,7 @@ struct token_s { char *value; union { - vector v; + vec3_t v; int i; double f; int t; /* type */ @@ -41,7 +41,7 @@ struct token_s { struct token_s *prev; #endif - lex_ctx ctx; + lex_ctx_t ctx; }; #if 0