[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.2.4-16-g64aa98c

by NIIBE Yutaka cvs at cvs.gnupg.org
Mon Jan 29 01:35:53 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, STABLE-BRANCH-2-2 has been updated
       via  64aa98c8a05513d9c00f53a2b880d80f9035333e (commit)
      from  f8e868d9dfb6fc1390e421e7993a1d076309ed83 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 64aa98c8a05513d9c00f53a2b880d80f9035333e
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Mon Jan 29 09:34:37 2018 +0900

    tests: Fix for NetBSD with __func__.
    
    * tests/asschk.c: Don't define __func__ if available.
    
    --
    
    NetBSD 7.0 has __func__ defined.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/tests/asschk.c b/tests/asschk.c
index 2595c0a..65828e5 100644
--- a/tests/asschk.c
+++ b/tests/asschk.c
@@ -116,7 +116,7 @@
 #endif
 
 #if __STDC_VERSION__ < 199901L
-# if __GNUC__ >= 2
+# if __GNUC__ >= 2 && !defined (__func__)
 #  define __func__ __FUNCTION__
 # else
 /* Let's try our luck here.  Some systems may provide __func__ without

-----------------------------------------------------------------------

Summary of changes:
 tests/asschk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list