1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00

fallthrough: reinstate a FALLTHROUGH instance in quotearg

quotearg.c: Reinstate this instance which is significant
when the if branch is not taken.
This commit is contained in:
Bernhard Voelker
2017-05-22 12:45:45 +01:00
committed by Pádraig Brady
parent 306be564ba
commit 949b6cc651
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
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.

View File

@@ -513,6 +513,7 @@ quotearg_buffer_restyled (char *buffer, size_t buffersize,
if (quoting_style == shell_always_quoting_style
&& elide_outer_quotes)
goto force_outer_quoting_style;
FALLTHROUGH;
c_escape:
if (backslash_escapes)
{