+2014-06-01 Paul Eggert <eggert@cs.ucla.edu>
+
+ gnulib-common.m4: Fix typo in _GL_UNUSED_LABEL.
+ * m4/gnulib-common.m4 (_GL_UNUSED_LABEL): Omit trailing semicolon.
+
2014-06-02 Ben Walton <bdwalton@gmail.com>
acl: apply pure attribute to two functions
-# gnulib-common.m4 serial 34
+# gnulib-common.m4 serial 35
dnl Copyright (C) 2007-2014 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
g++ has since version 4.5. */
#if !defined __cplusplus || __GNUC__ > 4 \
|| (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
-# define _GL_UNUSED_LABEL _GL_UNUSED;
+# define _GL_UNUSED_LABEL _GL_UNUSED
#else
# define _GL_UNUSED_LABEL
#endif