summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-12-05 11:05:21 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-12-05 11:05:21 +0100
commit2a8baa8fb0e5839182b0b7ff5dac1e7dec309180 (patch)
tree1fe0576a69261129dcd22bcc8e37114d8a1f5b5f /longlong.h
parent8e37e2929d0319e2131e0a9f92d3c258df016eb4 (diff)
downloadgmp-2a8baa8fb0e5839182b0b7ff5dac1e7dec309180.tar.gz
Refine cpp test for vax.
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/longlong.h b/longlong.h
index cb61d7689..6df3c5f1a 100644
--- a/longlong.h
+++ b/longlong.h
@@ -1766,7 +1766,7 @@ extern UWtype __MPN(udiv_qrnnd) (UWtype *, UWtype, UWtype, UWtype);
__CLOBBER_CC)
#endif
-#if defined (__vax__) && W_TYPE_SIZE == 32
+#if (defined (__vax) || defined (__vax__)) && W_TYPE_SIZE == 32
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \
__asm__ ("addl2 %5,%1\n\tadwc %3,%0" \
: "=g" (sh), "=&g" (sl) \
@@ -1806,7 +1806,7 @@ extern UWtype __MPN(udiv_qrnnd) (UWtype *, UWtype, UWtype, UWtype);
: "g" ((USItype) (x))); \
} while (0)
#endif
-#endif /* __vax__ */
+#endif /* vax */
#if defined (__z8000__) && W_TYPE_SIZE == 16
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \