X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ast.h;h=bae07db39ec85c13481a10ecec947ece7f0c7ce8;hp=14d38d886458efb76207fe878b2a2d46aacee1f0;hb=69b55ccc03b56af1f6c05eb45866ab198307487f;hpb=685fa54daf0b3fdd92d9424e7fcab1ded9fb3c29 diff --git a/ast.h b/ast.h index 14d38d8..bae07db 100644 --- 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;