* m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Fix comment so that
it does not mistakenly think that ‘-1)’ is an option.
+2018-01-26 Paul Eggert <eggert@cs.ucla.edu>
+
+ manywarnings: fix maintainer comment
+ * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Fix comment so that
+ it does not mistakenly think that ‘-1)’ is an option.
+
2018-01-26 Bruno Haible <bruno@clisp.org>
langinfo: Fix last commit.
# To compare this list to your installed GCC's, run this Bash command:
#
# comm -3 \
- # <(sed -n 's/^ *\(-[^ ]*\) .*/\1/p' manywarnings.m4 | sort) \
+ # <(sed -n 's/^ *\(-[^ 0-9][^ ]*\) .*/\1/p' manywarnings.m4 | sort) \
# <(gcc --help=warnings | sed -n 's/^ \(-[^ ]*\) .*/\1/p' | sort |
# grep -v -x -F -f <(
# awk '/^[^#]/ {print $1}' ../build-aux/gcc-warning.spec))