diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-16 15:54:52 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-16 15:54:52 +0300 |
commit | ea325162c0e04fbb95d101a744ac605bac47492d (patch) | |
tree | 748adccec45d4e5ac9e433d837f342ecc1324ac2 /libs/hunspell/src/htypes.hxx | |
parent | 8208d3f157e8133ca958c4ba47ec9caea8a162d5 (diff) |
merge
Diffstat (limited to 'libs/hunspell/src/htypes.hxx')
-rw-r--r-- | libs/hunspell/src/htypes.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libs/hunspell/src/htypes.hxx b/libs/hunspell/src/htypes.hxx index 2b896fb7bb..001874eeef 100644 --- a/libs/hunspell/src/htypes.hxx +++ b/libs/hunspell/src/htypes.hxx @@ -55,11 +55,7 @@ // approx. number of user defined words #define USERWORD 1000 -#if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1900) -# define HUNSPELL_THREAD_LOCAL thread_local -#else -# define HUNSPELL_THREAD_LOCAL static -#endif +#define HUNSPELL_THREAD_LOCAL static struct hentry { unsigned short blen; // word length in bytes |