diff options
Diffstat (limited to 'mpn/pa32/gmp-mparam.h')
-rw-r--r-- | mpn/pa32/gmp-mparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/pa32/gmp-mparam.h b/mpn/pa32/gmp-mparam.h index c41214da2..ca5ead0e3 100644 --- a/mpn/pa32/gmp-mparam.h +++ b/mpn/pa32/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 32 +#define GMP_LIMB_BITS 32 #define BYTES_PER_MP_LIMB 4 /* These values are for the PA7100 using GCC. */ |