X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ast.h;h=d1b250d8abb5cc4a5e2ffc1ebc945e8a13a7d09f;hp=dd7c5c1eadcfa12b3640a880de3a89f65245a30f;hb=624e6201e8c512725f8ee7a9168b21def43df45a;hpb=b7b60e74683ec62eb62e461f757448b3f1a78744 diff --git a/ast.h b/ast.h index dd7c5c1..d1b250d 100644 --- a/ast.h +++ b/ast.h @@ -216,6 +216,7 @@ struct ast_value_s bool isfield; /* this declares a field */ bool isimm; /* an immediate, not just const */ bool hasvalue; + bool inexact; /* inexact coming from folded expression */ basic_value_t constval; /* for TYPE_ARRAY we have an optional vector * of constants when an initializer list