X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ast.c;h=24d0479a71f0b6ae956cce8aa3e264ebdff5cc1c;hp=8b3f110f3fd18e2ff1a14222ca6bbbe749fef8fa;hb=31cd263e33c1bddeec835d5606570d2ebe5ba7f6;hpb=b7b60e74683ec62eb62e461f757448b3f1a78744 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;