projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc4a66e
)
make the ast use the initlist
author
Wolfgang Bumiller <wry.git@bumiller.com>
Wed, 12 Jun 2013 12:36:59 +0000
(14:36 +0200)
committer
Wolfgang Bumiller <wry.git@bumiller.com>
Wed, 12 Jun 2013 12:36:59 +0000
(14:36 +0200)
parser.c
patch
|
blob
|
history
diff --git
a/parser.c
b/parser.c
index eac983ee3b643259f3ffb92b482febae4ffea749..6a4ae20bedaac8682f1198627d281936f5fe1d38 100644
(file)
--- a/
parser.c
+++ b/
parser.c
@@
-5841,6
+5841,7
@@
skipvar:
break;
}
+ var->hasvalue = true;
if (!parse_array(parser, var))
break;
}