big fix: auto aggregate strings didn't work
This commit is contained in:
parent
36dbf24131
commit
86501edf9e
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ initializer(struct idf *idf; int sc;)
|
||||||
}
|
}
|
||||||
'='
|
'='
|
||||||
{
|
{
|
||||||
if (AHEAD != '{') autoagg = 0;
|
if (AHEAD != '{' && AHEAD != STRING ) autoagg = 0;
|
||||||
#ifdef LINT
|
#ifdef LINT
|
||||||
lint_statement();
|
lint_statement();
|
||||||
#endif LINT
|
#endif LINT
|
||||||
|
|
Loading…
Reference in a new issue