From 4ba55dc3cada591be473f184a1ecdebdaa847bb1 Mon Sep 17 00:00:00 2001 From: Patrick Pelissier Date: Sat, 8 Jun 2024 00:08:27 +0200 Subject: [PATCH] Rename new USE directive to be uniform with string one. --- m-dict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m-dict.h b/m-dict.h index aa04cd10..5e3d7856 100644 --- a/m-dict.h +++ b/m-dict.h @@ -156,7 +156,7 @@ /*****************************************************************************/ // Define the maximum index -#ifdef M_USE_64BITS_INDEX +#ifdef M_USE_DICT_LARGE_INDEX typedef uint64_t m_index_t; #else typedef uint32_t m_index_t;