diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-05 00:42:28 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-05 00:42:28 +0000 |
commit | 047085e07bb07ed15df04f067473b756346ac130 (patch) | |
tree | 50fc3d0e776bb615284bb3a38599265c63691478 /code/qcommon | |
parent | 1041cc529cadb22895a066f434f1269931b89e1a (diff) | |
download | ioquake3-aero-047085e07bb07ed15df04f067473b756346ac130.tar.gz ioquake3-aero-047085e07bb07ed15df04f067473b756346ac130.zip |
* Oops, missed a bit
git-svn-id: svn://svn.icculus.org/quake3/trunk@274 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon')
-rw-r--r-- | code/qcommon/q_platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/code/qcommon/q_platform.h b/code/qcommon/q_platform.h index 3339394..7da1364 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 '/' |