DestroyPixelHandler
destroy_pixel_handler;
-
} CacheMethods;
typedef struct _NexusInfo
#endif
#if defined(MAGICKCORE_HAVE___ATTRIBUTE__)
+# define magick_aligned(x) __attribute__((aligned(x)))
# define magick_attribute __attribute__
# define magick_unused(x) magick_unused_ ## x __attribute__((unused))
#else
+# define magick_aligned(x) /* nothing */
# define magick_attribute(x) /* nothing */
# define magick_unused(x) x
#endif
#endif
#if defined(MAGICKCORE_HAVE___ATTRIBUTE__)
+# define wand_aligned(x) __attribute__((aligned(x)))
# define wand_attribute __attribute__
# define wand_unused(x) wand_unused_ ## x __attribute__((unused))
#else
+# define wand_aligned(x) /* nothing */
# define wand_attribute(x) /* nothing */
# define wand_unused(x) x
#endif