[quake3-commits] r1614 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 15 01:30:08 EDT 2009


Author: icculus
Date: 2009-09-15 01:30:08 -0400 (Tue, 15 Sep 2009)
New Revision: 1614

Modified:
   trunk/code/qcommon/vm_x86.c
Log:
Patched to compile.


Modified: trunk/code/qcommon/vm_x86.c
===================================================================
--- trunk/code/qcommon/vm_x86.c	2009-09-15 03:42:29 UTC (rev 1613)
+++ trunk/code/qcommon/vm_x86.c	2009-09-15 05:30:08 UTC (rev 1614)
@@ -178,8 +178,7 @@
 #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



More information about the quake3-commits mailing list