quotearg.c: Reinstate this instance which is significant
when the if branch is not taken.
+2017-05-22 Bernhard Voelker <mail@bernhard-voelker.de>
+
+ fallthrough: reinstate a FALLTHROUGH instance in quotearg
+ quotearg.c: Reinstate this instance which is significant
+ when the if branch is not taken.
+
2017-05-21 Bruno Haible <bruno@clisp.org>
gnulib-tool: Add options to create hard links.
if (quoting_style == shell_always_quoting_style
&& elide_outer_quotes)
goto force_outer_quoting_style;
+ FALLTHROUGH;
c_escape:
if (backslash_escapes)
{