From: Wolfgang Bumiller Date: Wed, 12 Jun 2013 12:36:59 +0000 (+0200) Subject: make the ast use the initlist X-Git-Tag: v0.3.0~146 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=633d2ba8a4c48e4ac9f1e7386bc603572fa1eeed;p=xonotic%2Fgmqcc.git make the ast use the initlist --- diff --git a/parser.c b/parser.c index eac983e..6a4ae20 100644 --- a/parser.c +++ b/parser.c @@ -5841,6 +5841,7 @@ skipvar: break; } + var->hasvalue = true; if (!parse_array(parser, var)) break; }