From 3d4f5ccc6b175561b80db9404d13c09b7719fe8b Mon Sep 17 00:00:00 2001 From: icculus Date: Tue, 15 Sep 2009 05:30:08 +0000 Subject: Patched to compile. git-svn-id: svn://svn.icculus.org/quake3/trunk@1614 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/vm_x86.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'code/qcommon') diff --git a/code/qcommon/vm_x86.c b/code/qcommon/vm_x86.c index 64c2ed4..3dccd3f 100644 --- a/code/qcommon/vm_x86.c +++ b/code/qcommon/vm_x86.c @@ -178,8 +178,7 @@ _asm { #if defined(__MINGW32__) || defined(MACOS_X) // _ is prepended to compiled symbols #define CMANGVAR(sym) "_"#sym #define CMANGFUNC(sym) "_"#sym -#else -#if defined(__ICC) && (__ICC >= 1000) +#elif defined(__ICC) && (__ICC >= 1000) #define CMANGVAR(sym) #sym".0" #define CMANGFUNC(sym) #sym #else -- cgit v1.2.3