relocated bigint data table initialization to stix_init()

This commit is contained in:
hyunghwan.chung
2015-11-10 14:29:32 +00:00
parent df3f521220
commit e519c5078e
3 changed files with 29 additions and 24 deletions

View File

@ -704,7 +704,7 @@ struct stix_t
{
int safe_ndigits;
stix_oow_t multiplier;
} bigint[36];
} bigint[37];
/* == END BIGINT CONVERSION == */
#if defined(STIX_INCLUDE_COMPILER)