summaryrefslogtreecommitdiff
path: root/mp-h.in
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2001-09-11 02:09:32 +0200
committertege <tege@gmplib.org>2001-09-11 02:09:32 +0200
commit87fd1c97f7df27a1b91db48a33fe90f763722e2a (patch)
tree991dfeb150197d4dabce0a1bb49be2909a8cb01a /mp-h.in
parent901df635fac52aed6846b122c6900513045fdfb8 (diff)
downloadgmp-87fd1c97f7df27a1b91db48a33fe90f763722e2a.tar.gz
Let __DECC mean __GMP_HAVE_CONST, etc.
Diffstat (limited to 'mp-h.in')
-rw-r--r--mp-h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/mp-h.in b/mp-h.in
index 19d6f7f43..d6d7c9ff7 100644
--- a/mp-h.in
+++ b/mp-h.in
@@ -44,9 +44,10 @@ MA 02111-1307, USA. */
#if defined (__STDC__) \
|| defined (__cplusplus) \
|| defined (_AIX) \
+ || defined (__DECC) \
|| (defined (__mips) && defined (_SYSTYPE_SVR4)) \
|| defined (_MSC_VER) \
- || defined(_WIN32)
+ || defined (_WIN32)
#define __GMP_HAVE_CONST 1
#define __GMP_HAVE_PROTOTYPES 1
#define __GMP_HAVE_TOKEN_PASTE 1
@@ -56,6 +57,7 @@ MA 02111-1307, USA. */
#define __GMP_HAVE_TOKEN_PASTE 0
#endif
+
#if __GMP_HAVE_CONST
#define __gmp_const const
#define __gmp_signed signed