big fix: auto aggregate strings didn't work
This commit is contained in:
parent
36dbf24131
commit
86501edf9e
@ -226,7 +226,7 @@ initializer(struct idf *idf; int sc;)
|
||||
}
|
||||
'='
|
||||
{
|
||||
if (AHEAD != '{') autoagg = 0;
|
||||
if (AHEAD != '{' && AHEAD != STRING ) autoagg = 0;
|
||||
#ifdef LINT
|
||||
lint_statement();
|
||||
#endif LINT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user