mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
12 lines
379 B
Diff
12 lines
379 B
Diff
--- ghostscript-9.21/base/gxht_thresh.c.orig 2017-04-13 13:39:39.850641972 +0300
|
|
+++ ghostscript-9.21/base/gxht_thresh.c 2017-04-13 13:39:50.380785619 +0300
|
|
@@ -38,7 +38,7 @@
|
|
/* #define PACIFY_VALGRIND */
|
|
|
|
#ifndef __WIN32__
|
|
-#define __align16 __attribute__((align(16)))
|
|
+#define __align16 __attribute__((aligned(16)))
|
|
#else
|
|
#define __align16 __declspec(align(16))
|
|
#endif
|