diff options
Diffstat (limited to 'mpn/powerpc64/gmp-mparam.h')
-rw-r--r-- | mpn/powerpc64/gmp-mparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/powerpc64/gmp-mparam.h b/mpn/powerpc64/gmp-mparam.h index b2f853bbc..cd4a5de3d 100644 --- a/mpn/powerpc64/gmp-mparam.h +++ b/mpn/powerpc64/gmp-mparam.h @@ -18,7 +18,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ -#define BITS_PER_MP_LIMB 64 +#define GMP_LIMB_BITS 64 #define BYTES_PER_MP_LIMB 8 |