mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
parent
fa401b6f56
commit
b4e38a8fed
1 changed files with 1 additions and 1 deletions
2
ast.h
2
ast.h
|
@ -161,7 +161,7 @@ struct ast_value_s
|
||||||
ast_value *next;
|
ast_value *next;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
bool cvq; /* const/var qualifier */
|
int cvq; /* const/var qualifier */
|
||||||
bool isfield; /* this declares a field */
|
bool isfield; /* this declares a field */
|
||||||
bool hasvalue;
|
bool hasvalue;
|
||||||
union {
|
union {
|
||||||
|
|
Loading…
Reference in a new issue