summaryrefslogtreecommitdiff
path: root/src/gl/verify.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-04 18:48:55 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-04 19:17:50 +0100
commit50e8ed9e742198c0952464b1a7d44a5e8b84aee3 (patch)
tree2b71f473f6ad8b216d8050a9061e3dee82526d21 /src/gl/verify.h
parent8f0bf2fc4bfa06a8f44300f57bb40f143687cb5b (diff)
downloadgnutls-tmp-remove-iconv.tar.gz
src gl: updatedtmp-remove-iconv
Diffstat (limited to 'src/gl/verify.h')
-rw-r--r--src/gl/verify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gl/verify.h b/src/gl/verify.h
index 60eba49811..5c8381d290 100644
--- a/src/gl/verify.h
+++ b/src/gl/verify.h
@@ -1,6 +1,6 @@
/* Compile-time assert-like macros.
- Copyright (C) 2005-2006, 2009-2015 Free Software Foundation, Inc.
+ Copyright (C) 2005-2006, 2009-2016 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -263,7 +263,7 @@ template <int w>
# define assume(R) ((R) ? (void) 0 : __builtin_unreachable ())
#elif 1200 <= _MSC_VER
# define assume(R) __assume (R)
-#elif (defined lint \
+#elif ((defined GCC_LINT || defined lint) \
&& (__has_builtin (__builtin_trap) \
|| 3 < __GNUC__ + (3 < __GNUC_MINOR__ + (4 <= __GNUC_PATCHLEVEL__))))
/* Doing it this way helps various packages when configured with