big fix: auto aggregate strings didn't work
authoreck <none@none>
Mon, 22 Jan 1990 16:16:03 +0000 (16:16 +0000)
committereck <none@none>
Mon, 22 Jan 1990 16:16:03 +0000 (16:16 +0000)
lang/cem/cemcom.ansi/declar.g

index 801cdad..92c8bae 100644 (file)
@@ -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