diff options
author | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-05-17 16:15:15 +0000 |
---|---|---|
committer | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-05-17 16:15:15 +0000 |
commit | 26a6fdf33e98412983eff87c745ccd4160a1e69b (patch) | |
tree | 93a2023e600abde3cf059fe00047da17bf317eca /mpfr-impl.h | |
parent | 8b5687406dac564c196ad5da1f87bccbf8bb0e34 (diff) | |
download | mpfr-26a6fdf33e98412983eff87c745ccd4160a1e69b.tar.gz |
Typo.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3581 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-impl.h')
-rw-r--r-- | mpfr-impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpfr-impl.h b/mpfr-impl.h index 3631bc13d..201ab5c85 100644 --- a/mpfr-impl.h +++ b/mpfr-impl.h @@ -198,6 +198,7 @@ __MPFR_DECLSPEC extern MPFR_THREAD_ATTR const mpfr_t __gmpfr_one; __MPFR_DECLSPEC extern MPFR_THREAD_ATTR const mpfr_t __gmpfr_two; __MPFR_DECLSPEC extern MPFR_THREAD_ATTR const mpfr_t __gmpfr_four; + #if defined (__cplusplus) } #endif |