summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-02-16 00:28:59 +0100
committerKevin Ryde <user42@zip.com.au>2004-02-16 00:28:59 +0100
commit3682f44de68122bbf4834e38581c13e4013f7896 (patch)
treeab3806bd34629749a5c8ca2d4fc3f8f2db49ea9d /gmp-h.in
parent24c15387d98798eea5a6f080ebf86b2fc0cf7216 (diff)
downloadgmp-3682f44de68122bbf4834e38581c13e4013f7896.tar.gz
* gmp-h.in (GMP_ERROR_ALLOCATE, GMP_ERROR_BAD_STRING,
GMP_ERROR_UNUSED_ERROR): Remove, never used or documented, and we don't want to use globals for communicating error information.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 533bb2a94..631a8edde 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -2195,9 +2195,6 @@ enum
GMP_ERROR_DIVISION_BY_ZERO = 2,
GMP_ERROR_SQRT_OF_NEGATIVE = 4,
GMP_ERROR_INVALID_ARGUMENT = 8,
- GMP_ERROR_ALLOCATE = 16,
- GMP_ERROR_BAD_STRING = 32,
- GMP_ERROR_UNUSED_ERROR
};
/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */