added --enable-full-liw to configure.ac

This commit is contained in:
2019-04-17 05:51:36 +00:00
parent 0cbf9e4edf
commit 2255d894b0
6 changed files with 45 additions and 19 deletions

View File

@ -226,7 +226,7 @@ typedef struct hcl_obj_word_t* hcl_oop_word_t;
/* =========================================================================
* BIGINT TYPES AND MACROS
* ========================================================================= */
#if (HCL_SIZEOF_UINTMAX_T > HCL_SIZEOF_OOW_T)
#if defined(HCL_ENABLE_FULL_LIW) && (HCL_SIZEOF_UINTMAX_T > HCL_SIZEOF_OOW_T)
# define HCL_USE_FULL_WORD
#endif