diff options
Diffstat (limited to 'lib/nimbase.h')
-rw-r--r-- | lib/nimbase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h index 266b84b09..5a4f403b6 100644 --- a/lib/nimbase.h +++ b/lib/nimbase.h @@ -108,6 +108,8 @@ __clang__ defined __SUNPRO_C || \ defined __xlC__ # define NIM_THREADVAR __thread +#elif defined __TINYC__ +# define NIM_THREADVAR #else # error "Cannot define NIM_THREADVAR" #endif |