]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-common.m4: Fix typo in _GL_UNUSED_LABEL.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Jun 2014 23:52:00 +0000 (16:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Jun 2014 23:52:00 +0000 (16:52 -0700)
* m4/gnulib-common.m4 (_GL_UNUSED_LABEL): Omit trailing semicolon.

ChangeLog
m4/gnulib-common.m4

index 1804a3b90cab22717672a70cf7ac9bc88ee1ef5c..388e8de594a3df69bea83af4f2d4e611b57ac9b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index ba62c5865b7c7321a4e016f5d2d8f73351f80553..1bb316bb157604c286e21e1f4c0590bc150618ed 100644 (file)
@@ -1,4 +1,4 @@
-# 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,
@@ -53,7 +53,7 @@ AC_DEFUN([gl_COMMON_BODY], [
    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