normal math default mp_digit to 32 bit int instead of long

This commit is contained in:
toddouska
2011-11-07 11:52:17 -08:00
parent 771912bf4f
commit c603efd023

View File

@@ -110,7 +110,7 @@ extern "C" {
#endif
#endif
typedef unsigned long mp_digit;
typedef unsigned int mp_digit; /* long could be 64 now, changed TAO */
typedef ulong64 mp_word;
#ifdef MP_31BIT