* lib/quotearg.c (quotearg_buffer_restyled): Revert one FALLTHROUGH
macro back to /* fall through */ comment. The macro can apply only
to a following case statement. Reported by Assaf Gordon.
+2017-05-25 Jim Meyering <meyering@fb.com>
+
+ quotearg: fix compilation failure due to FALLTHROUGH misuse
+ * lib/quotearg.c (quotearg_buffer_restyled): Revert one FALLTHROUGH
+ macro back to /* fall through */ comment. The macro can apply only
+ to a following case statement. Reported by Assaf Gordon.
+
2017-05-25 Paul Eggert <eggert@cs.ucla.edu>
intprops: port to recent icc
if (quoting_style == shell_always_quoting_style
&& elide_outer_quotes)
goto force_outer_quoting_style;
- FALLTHROUGH;
+ /* fall through */
c_escape:
if (backslash_escapes)
{