mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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@fsij.org>
This commit is contained in:
parent
f8e868d9df
commit
64aa98c8a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user