X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=ast.c;h=24d0479a71f0b6ae956cce8aa3e264ebdff5cc1c;hb=53e9ed0d9638b911d377df28505f09c0bee62a35;hp=8b3f110f3fd18e2ff1a14222ca6bbbe749fef8fa;hpb=b7b60e74683ec62eb62e461f757448b3f1a78744;p=xonotic%2Fgmqcc.git diff --git a/ast.c b/ast.c index 8b3f110..24d0479 100644 --- a/ast.c +++ b/ast.c @@ -360,6 +360,7 @@ ast_value* ast_value_new(lex_ctx_t ctx, const char *name, int t) self->cvq = CV_NONE; self->hasvalue = false; self->isimm = false; + self->inexact = false; self->uses = 0; memset(&self->constval, 0, sizeof(self->constval)); self->initlist = NULL;