aboutsummaryrefslogtreecommitdiff
path: root/src/Arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Arch.h')
-rw-r--r--src/Arch.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Arch.h b/src/Arch.h
index c3ad325..36501d1 100644
--- a/src/Arch.h
+++ b/src/Arch.h
@@ -28,6 +28,7 @@
#endif
+#ifndef SX5
#ifndef SGI
#ifdef WIN32
typedef __int64 Long8;
@@ -41,6 +42,10 @@ typedef int64_t Long8;
typedef long long Long8;
#endif
+#else /* Quick hack for SX5 */
+typedef long long Long8;
+#endif
+
#ifdef T3E
#ifndef FFIO
#define FFIO /* forces it to use FFIO if on a T3E */