From e61207291ceabf876371e34fcbe83d0098275067 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 20 Feb 2018 10:27:11 +0000 Subject: [PATCH] removed NDEBUG enclosing karatsuba_cutoff --- lib/hcl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/hcl.h b/lib/hcl.h index 00b5dac..3b2fb38 100644 --- a/lib/hcl.h +++ b/lib/hcl.h @@ -963,10 +963,8 @@ struct hcl_t hcl_oow_t dfl_sysdic_size; hcl_oow_t dfl_procstk_size; -#if !defined(NDEBUG) /* set automatically when trait is set */ - int karatsuba_cutoff; -#endif + int karatsuba_cutoff; /* used when NDEBUG is not set only. but keep it here regardless */ } option; hcl_vmprim_t vmprim;