summaryrefslogtreecommitdiff
path: root/source/fitz/paint-glyph.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/paint-glyph.h')
-rw-r--r--source/fitz/paint-glyph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/fitz/paint-glyph.h b/source/fitz/paint-glyph.h
index 81a3a558..cb0d0340 100644
--- a/source/fitz/paint-glyph.h
+++ b/source/fitz/paint-glyph.h
@@ -31,13 +31,13 @@
#endif
static inline void
-FUNCTION_NAME(NAME,N,NAME2,NAME3)(const unsigned char * restrict colorbv,
+FUNCTION_NAME(NAME,N,NAME2,NAME3)(const unsigned char * FZ_RESTRICT colorbv,
#ifndef N
const int n1,
#endif
- int span, unsigned char * restrict dp, const fz_glyph * restrict glyph, int w, int h, int skip_x, int skip_y
+ int span, unsigned char * FZ_RESTRICT dp, const fz_glyph * FZ_RESTRICT glyph, int w, int h, int skip_x, int skip_y
#ifdef EOP
- , const fz_overprint * restrict eop
+ , const fz_overprint * FZ_RESTRICT eop
#endif
)
{