Skip to content

Commit

Permalink
Rename new USE directive to be uniform with string one.
Browse files Browse the repository at this point in the history
  • Loading branch information
P-p-H-d committed Jun 7, 2024
1 parent 2c0db40 commit 4ba55dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m-dict.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4ba55dc

Please sign in to comment.