big fix: auto aggregate strings didn't work

This commit is contained in:
eck 1990-01-22 16:16:03 +00:00
parent 36dbf24131
commit 86501edf9e

View file

@ -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