aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler/scale2x.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/scaler/scale2x.h')
-rw-r--r--graphics/scaler/scale2x.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/scaler/scale2x.h b/graphics/scaler/scale2x.h
index cefa14f22a..a6365c113e 100644
--- a/graphics/scaler/scale2x.h
+++ b/graphics/scaler/scale2x.h
@@ -25,6 +25,11 @@
#define __restrict__
#endif
+#ifdef __sgi
+#define __restrict__ __restrict
+#endif
+
+
typedef unsigned char scale2x_uint8;
typedef unsigned short scale2x_uint16;
typedef unsigned scale2x_uint32;