From d41de844d3c382a4ecd8f0f7046b50d7c1f51e6c Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 5 Nov 2005 00:42:28 +0000 Subject: [PATCH] * Oops, missed a bit --- code/qcommon/q_platform.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/qcommon/q_platform.h b/code/qcommon/q_platform.h index 33393946..7da1364c 100644 --- a/code/qcommon/q_platform.h +++ b/code/qcommon/q_platform.h @@ -311,6 +311,8 @@ static float LittleFloat(const float l) { return FloatSwap(&l); } #define ARCH_STRING "i386" #elif defined __sparc #define ARCH_STRING "sparc" +#else +#error "Unsupported architecture" #endif #define PATH_SEP '/'