Apparently GCC considers #elseif a substitute for #elif.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@769 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
coppro
2007-10-20 02:57:13 +00:00
parent fc28cf099a
commit d1ce2232cb
+1 -1
View File
@@ -23,7 +23,7 @@
#ifdef _MSC_VER
# define THREAD_LOCAL __declspec(thread)
# define HAVE_TLS 1
#elseif defined __linux
#elif defined __linux
# define THREAD_LOCAL __thread
# define HAVE_TLS 1
#else