diff options
author | Dan White <dan@whiteaudio.com> | 2011-11-03 18:51:56 -0500 |
---|---|---|
committer | Dan White <dan@whiteaudio.com> | 2011-11-03 18:51:56 -0500 |
commit | 172591b8cf8f1893dd387155259e982cdddc893d (patch) | |
tree | 8670f6247f7eda41a34a12c2d891cd28f0727d36 /tools/pre-commit | |
parent | 602f331c18d0a908572725217ab7ce7bd2a46a92 (diff) | |
download | fork-ledger-172591b8cf8f1893dd387155259e982cdddc893d.tar.gz fork-ledger-172591b8cf8f1893dd387155259e982cdddc893d.tar.bz2 fork-ledger-172591b8cf8f1893dd387155259e982cdddc893d.zip |
Use backwards-compatible GMP_RNDx symbols.
mpfr-2.4 uses GMP_RNDx while mpfr-3.0 uses MPFR_RNDx. Fortunately, mpfr-3.0
also has a set of backwards-compatible defines:
#define GMP_RNDx MPFR_RNDx
This allows using the GMP_ form and work for both 2.4 and 3.0.
Diffstat (limited to 'tools/pre-commit')
0 files changed, 0 insertions, 0 deletions