mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
Another one
This commit is contained in:
parent
c63bebd7d8
commit
0f479f3e88
1 changed files with 4 additions and 4 deletions
8
lexer.h
8
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
|
||||
|
|
Loading…
Reference in a new issue