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:
committed by
Pádraig Brady
parent
306be564ba
commit
949b6cc651
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user