From 3e78930bcd685cfefefc0cede2a63287b7ac9f3b Mon Sep 17 00:00:00 2001 From: def Date: Tue, 15 Mar 2016 13:39:34 +0100 Subject: [PATCH] fix typo in nimbase.h --- lib/nimbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nimbase.h b/lib/nimbase.h index 4249014ad3..5a4f403b62 100644 --- a/lib/nimbase.h +++ b/lib/nimbase.h @@ -109,7 +109,7 @@ __clang__ defined __xlC__ # define NIM_THREADVAR __thread #elif defined __TINYC__ -# defined NIM_THREADVAR +# define NIM_THREADVAR #else # error "Cannot define NIM_THREADVAR" #endif