summaryrefslogtreecommitdiff
path: root/lib/glm4
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-11-25 00:23:10 +0100
committerSimon Josefsson <simon@josefsson.org>2011-11-25 00:23:35 +0100
commitdbb84372b3bb58c30352d8e3c5edd2588fae4a54 (patch)
tree1a38bd050be063a158745e2e637edd4e58295f25 /lib/glm4
parent2d16a1396d565e56e317488bb66c5d89b13fe158 (diff)
downloadlibtasn1-dbb84372b3bb58c30352d8e3c5edd2588fae4a54.tar.gz
libtasn1-dbb84372b3bb58c30352d8e3c5edd2588fae4a54.tar.bz2
libtasn1-dbb84372b3bb58c30352d8e3c5edd2588fae4a54.zip
Fix valgrind check.
Diffstat (limited to 'lib/glm4')
-rw-r--r--lib/glm4/gnulib-common.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/glm4/gnulib-common.m4 b/lib/glm4/gnulib-common.m4
index 7d83299..8621dec 100644
--- a/lib/glm4/gnulib-common.m4
+++ b/lib/glm4/gnulib-common.m4
@@ -18,7 +18,7 @@ AC_DEFUN([gl_COMMON_BODY], [
# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
|| 0x5110 <= __SUNPRO_C)
# define _Noreturn __attribute__ ((__noreturn__))
-# elif 1200 <= _MSC_VER
+# elif defined _MSC_VER && 1200 <= _MSC_VER
# define _Noreturn __declspec (noreturn)
# else
# define _Noreturn