From d1ce2232cb7febeeb70ebc4910bb1fa8a2093a15 Mon Sep 17 00:00:00 2001 From: coppro Date: Sat, 20 Oct 2007 02:57:13 +0000 Subject: [PATCH] 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 --- src/util/dynamic_arg.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/dynamic_arg.hpp b/src/util/dynamic_arg.hpp index 110dd28c..6b379a96 100644 --- a/src/util/dynamic_arg.hpp +++ b/src/util/dynamic_arg.hpp @@ -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