Commit 6230068c authored by coppro's avatar coppro

Apparently GCC considers #elseif a substitute for #elif.

parent d12863dc
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifdef _MSC_VER #ifdef _MSC_VER
# define THREAD_LOCAL __declspec(thread) # define THREAD_LOCAL __declspec(thread)
# define HAVE_TLS 1 # define HAVE_TLS 1
#elseif defined __linux #elif defined __linux
# define THREAD_LOCAL __thread # define THREAD_LOCAL __thread
# define HAVE_TLS 1 # define HAVE_TLS 1
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment