X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ast.h;h=bae07db39ec85c13481a10ecec947ece7f0c7ce8;hp=14d38d886458efb76207fe878b2a2d46aacee1f0;hb=69b55ccc03b56af1f6c05eb45866ab198307487f;hpb=dc8523c6503e014a463df42520b48f597c7655be diff --git a/ast.h b/ast.h old mode 100755 new mode 100644 index 14d38d8..bae07db --- a/ast.h +++ b/ast.h @@ -177,6 +177,7 @@ struct ast_value_s int cvq; /* const/var qualifier */ bool isfield; /* this declares a field */ + bool isimm; /* an immediate, not just const */ bool hasvalue; union { double vfloat;