* Oops, missed a bit

This commit is contained in:
Tim Angus 2005-11-05 00:42:28 +00:00
parent a87185a96f
commit d41de844d3
1 changed files with 2 additions and 0 deletions

View File

@ -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 '/'