summaryrefslogtreecommitdiff
path: root/src/mpfr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpfr.h')
-rw-r--r--src/mpfr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpfr.h b/src/mpfr.h
index f942e0af9..5c23afaf1 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -246,8 +246,8 @@ typedef enum {
/* Free cache policy */
typedef enum {
- MPFR_FREE_LOCAL_CACHE = 1,
- MPFR_FREE_GLOBAL_CACHE = 2
+ MPFR_FREE_LOCAL_CACHE = 1, /* 1 << 0 */
+ MPFR_FREE_GLOBAL_CACHE = 2 /* 1 << 1 */
} mpfr_free_cache_t;
/* GMP defines: