r274 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Nov 4 19:42:28 EST 2005


Author: tma
Date: 2005-11-04 19:42:28 -0500 (Fri, 04 Nov 2005)
New Revision: 274

Modified:
   trunk/code/qcommon/q_platform.h
Log:
* Oops, missed a bit


Modified: trunk/code/qcommon/q_platform.h
===================================================================
--- trunk/code/qcommon/q_platform.h	2005-11-05 00:29:40 UTC (rev 273)
+++ trunk/code/qcommon/q_platform.h	2005-11-05 00:42:28 UTC (rev 274)
@@ -311,6 +311,8 @@
 #define ARCH_STRING "i386"
 #elif defined __sparc
 #define ARCH_STRING "sparc"
+#else
+#error "Unsupported architecture"
 #endif
 
 #define PATH_SEP '/'




More information about the quake3-commits mailing list