From bf14444f7df6dd05d70bcf4a213a30bf106825ab Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Sat, 4 Jul 2020 17:07:07 -0700 Subject: [PATCH] st Signed-off-by: Nikolaj Bjorner --- src/util/mpff.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/util/mpff.h b/src/util/mpff.h index 956b56418..6a784d712 100644 --- a/src/util/mpff.h +++ b/src/util/mpff.h @@ -20,7 +20,7 @@ Author: Revision History: --*/ -#ifndef MPFF_H_ +#pragma once #include "util/id_gen.h" #include "util/util.h" @@ -439,6 +439,7 @@ public: void to_mpz(mpff const & n, synch_mpz_manager & m, mpz & t); #endif + /** \brief Convert n into a mpq numeral. @@ -446,14 +447,12 @@ public: */ void to_mpq(mpff const & n, unsynch_mpq_manager & m, mpq & t); -#pragma once /** \brief Convert n into a mpq numeral. \remark if exponent(n) is too big, we may run out of memory. */ void to_mpq(mpff const & n, synch_mpq_manager & m, mpq & t); -#endif /** \brief Return n as an int64.