From: eck Date: Mon, 22 Jan 1990 16:16:03 +0000 (+0000) Subject: big fix: auto aggregate strings didn't work X-Git-Tag: release-5-5~1881 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=86501edf9e85f5ea84e15e00fb344e659a23841f;p=ack.git big fix: auto aggregate strings didn't work --- diff --git a/lang/cem/cemcom.ansi/declar.g b/lang/cem/cemcom.ansi/declar.g index 801cdad0d..92c8bae81 100644 --- a/lang/cem/cemcom.ansi/declar.g +++ b/lang/cem/cemcom.ansi/declar.g @@ -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