summaryrefslogtreecommitdiff
path: root/mpfr.h
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-09 08:17:14 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-09 08:17:14 +0000
commitf43bc3dc8e881b3854720f4e1a013b0d791a9be9 (patch)
treed658982518c74a2a56dbb2d1f4718b86e7f54f45 /mpfr.h
parentda0a99e2d4b9683c11e4904d06a966dbc592dce9 (diff)
downloadmpfr-f43bc3dc8e881b3854720f4e1a013b0d791a9be9.tar.gz
Fix bug for pre-ansi compiler.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3707 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.h')
-rw-r--r--mpfr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr.h b/mpfr.h
index e1df50e71..d56f5244d 100644
--- a/mpfr.h
+++ b/mpfr.h
@@ -129,7 +129,7 @@ typedef struct __gmpfr_cache_s mpfr_cache_t[1];
/* Stack interface */
typedef enum {
MPFR_NAN_KIND = 0,
- MPFR_INF_KIND = 1, MPFR_ZERO_KIND = 2, MPFR_REGULAR_KIND = 3,
+ MPFR_INF_KIND = 1, MPFR_ZERO_KIND = 2, MPFR_REGULAR_KIND = 3
} mpfr_kind_t;
/* GMP defines: