From: Pádraig Brady
Date: Sun, 1 Jun 2014 21:25:28 +0000 (+0100) Subject: gnulib-common.m4: add _GL_UNUSED_LABEL X-Git-Tag: v1.0~7369 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=95b8588444b49e3d958aa31c30099e0efffd04bb;p=gnulib.git gnulib-common.m4: add _GL_UNUSED_LABEL * m4/gnulib-common.m4: Add _GL_UNUSED_LABEL which is similar to _GL_UNUSED, but handles g++ < 4.5 not supporting this syntax. --- diff --git a/ChangeLog b/ChangeLog index 0c8782bbd6..4ceaaee436 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-06-01 Pádraig Brady
+
+ gnulib-common.m4: add _GL_UNUSED_LABEL
+ * m4/gnulib-common.m4: Add _GL_UNUSED_LABEL which is similar to
+ _GL_UNUSED, but handles g++ < 4.5 not supporting this syntax.
+
2014-05-31 Paul Eggert