mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +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;
|
||||
*/
|
||||
|
||||
bool cvq; /* const/var qualifier */
|
||||
int cvq; /* const/var qualifier */
|
||||
bool isfield; /* this declares a field */
|
||||
bool hasvalue;
|
||||
union {
|
||||
|
|
Loading…
Reference in a new issue