diff options
author | def <dennis@felsin9.de> | 2016-03-15 13:39:34 +0100 |
---|---|---|
committer | def <dennis@felsin9.de> | 2016-03-15 13:39:34 +0100 |
commit | 3e78930bcd685cfefefc0cede2a63287b7ac9f3b (patch) | |
tree | 7e5a66c57b4d1e768e1bd72be3e3e98dc0d39c51 /lib/nimbase.h | |
parent | 6eb7e6cbed1c82037c6d81cf7c83a5574b41576c (diff) | |
download | Nim-3e78930bcd685cfefefc0cede2a63287b7ac9f3b.tar.gz |
fix typo in nimbase.h
Diffstat (limited to 'lib/nimbase.h')
-rw-r--r-- | lib/nimbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h index 4249014ad..5a4f403b6 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 |