Commit 272cb2231341f717b6bc676d647b2973e853af19

Nick Wellnhofer 2023-11-20T14:22:18

dict: Fix '__thread' before 'static' When used with extern or static, __thread must appear immediately after the other storage class specifier. Fixes #621.