]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
Perliminary work on arithmetic exception handling in the constant evaluator. We can...
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 7cc7a6c89b13975549307d2a269c3fde4bb4ec85..4720b402d4b3d4a9dbe28a209a604155e56db678 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -214,6 +214,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