From: Bruno Haible Date: Sat, 7 Aug 2021 13:24:51 +0000 (+0200) Subject: quotearg: Tweak last commit. X-Git-Tag: v1.0~2718 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=10d4999c5a34b98f8658fc89942d4724636c7f66;p=gnulib.git quotearg: Tweak last commit. * lib/quotearg.h: Don't include . Remove stray semicolon. --- diff --git a/ChangeLog b/ChangeLog index 47f05b35fc..688d96b6d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-08-07 Bruno Haible + + quotearg: Tweak last commit. + * lib/quotearg.h: Don't include . Remove stray semicolon. + 2021-08-07 Bruno Haible malloca: Tweak last commit. diff --git a/lib/quotearg.h b/lib/quotearg.h index 22c09bcea1..f5644b8afb 100644 --- a/lib/quotearg.h +++ b/lib/quotearg.h @@ -21,7 +21,6 @@ #ifndef QUOTEARG_H_ # define QUOTEARG_H_ 1 -# include # include /* Basic quoting styles. For each style, an example is given on the @@ -279,6 +278,7 @@ struct quoting_options; struct quoting_options *clone_quoting_options (struct quoting_options *o) _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC_FREE _GL_ATTRIBUTE_RETURNS_NONNULL; + /* Get the value of O's quoting style. If O is null, use the default. */ enum quoting_style get_quoting_style (struct quoting_options const *o); @@ -347,7 +347,6 @@ char *quotearg_alloc_mem (char const *arg, size_t argsize, size_t *size, struct quoting_options const *o) _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC_FREE _GL_ATTRIBUTE_RETURNS_NONNULL; -; /* Use storage slot N to return a quoted version of the string ARG. Use the default quoting options.