summaryrefslogtreecommitdiff
path: root/mpn/z8000
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-01-07 23:43:21 +0100
committerKevin Ryde <user42@zip.com.au>2001-01-07 23:43:21 +0100
commita2d92689b294bf7e1ee9b4b65022004cdbc356dd (patch)
tree4f36f760d0213b2c70dfffac0dbd116c2551e432 /mpn/z8000
parentd5e7447910a74de76bee5eb2cd1f82c60af6b43a (diff)
downloadgmp-a2d92689b294bf7e1ee9b4b65022004cdbc356dd.tar.gz
* mpn/*/gmp-mparam.h, acinclude.m4, tests/t-constants.c
(BITS_PER_LONGINT, BITS_PER_INT, BITS_PER_SHORTINT, BITS_PER_CHAR): Remove defines, remove probings, remove tests.
Diffstat (limited to 'mpn/z8000')
-rw-r--r--mpn/z8000/gmp-mparam.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/mpn/z8000/gmp-mparam.h b/mpn/z8000/gmp-mparam.h
index 6de4e3d09..11b5d77d9 100644
--- a/mpn/z8000/gmp-mparam.h
+++ b/mpn/z8000/gmp-mparam.h
@@ -1,6 +1,6 @@
/* gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 1991, 1993, 1994 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -21,7 +21,3 @@ MA 02111-1307, USA. */
#define BITS_PER_MP_LIMB 16
#define BYTES_PER_MP_LIMB 2
-#define BITS_PER_LONGINT 32
-#define BITS_PER_INT 16
-#define BITS_PER_SHORTINT 16
-#define BITS_PER_CHAR 8